#BC1ABF

Color #BC1ABF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BC1ABF

Tints of Deep Magenta #BC1ABF

Color information

#BC1ABF (or 0xBC1ABF) is unknown color: approx Deep Magenta. HEX triplet: BC, 1A and BF. RGB value is (188,26,191). Sum of RGB (Red+Green+Blue) = 188+26+191=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC1ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ABF is #43E540. Grayscale: #5C5C5C. Windows color (decimal): -4449601 or 12524220. OLE color: 12524220.

HSL color Cylindrical-coordinate representation of color #BC1ABF: hue angle of 298.91º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1ABF is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18826191-
CMYK0.020.8600.25
HSL298.91º76.04%42.55%-
HSV(B)298.91º86.39%74.9%-
XYZ30.5115.1950.61-
YUV93.25183.17195.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 26 (10.55% from 255) = 6.42%
BLUE value IS 191 (75% from 255) = 47.16%
R=46.42%
G=6.42%
B=47.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188261910.020.8600.25298.9176.0442.55
HexBC1ABF25601912b4c2b
Octal27432277212603145311453
Binary1011110011010101111111010101100110011001010111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1ABF; }

 p { color: rgb(188,26,191); }

 H1.HeaderClassName
 {
   color: #BC1ABF;
 }
 .AnyTagClassName
 {
   color: #BC1ABF;
 }
</style>
background-color css

<style>
 a { background-color: #BC1ABF; }

 a { background-color: rgb(188,26,191); }

 div.DivClassName
 {
   background-color: #BC1ABF;
 }
 .BgClassName
 {
   background-color: #BC1ABF;
 }
</style>
border-color css

<style>
 span { border-color: #BC1ABF; }

 span { border-color: rgb(188,26,191); }

 td.TdClassName
 {
   border-color: #BC1ABF;
 }
 .TagClassName
 {
   border-color: #BC1ABF;
 }
</style>