#BC12AA

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

Shades of Deep Magenta #BC12AA

Tints of Deep Magenta #BC12AA

Color information

#BC12AA (or 0xBC12AA) is unknown color: approx Deep Magenta. HEX triplet: BC, 12 and AA. RGB value is (188,18,170). Sum of RGB (Red+Green+Blue) = 188+18+170=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12AA is #43ED55. Grayscale: #555555. Windows color (decimal): -4451670 or 11145916. OLE color: 11145916.

HSL color Cylindrical-coordinate representation of color #BC12AA: hue angle of 306.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC12AA is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB18818170-
CMYK00.900.100.26
HSL306.35º82.52%40.39%-
HSV(B)306.35º90.43%73.73%-
XYZ28.2114.0339.25-
YUV86.16175.32200.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=50%
G=4.79%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881817000.900.100.26306.3582.5240.39
HexBC12AA05AA1A1325328
Octal274222520132123246212350
Binary101111001001010101010010110101010110101001100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC12AA; }

 p { color: rgb(188,18,170); }

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

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

 a { background-color: rgb(188,18,170); }

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

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

 span { border-color: rgb(188,18,170); }

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