#BC0CAC

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

Shades of Deep Magenta #BC0CAC

Tints of Deep Magenta #BC0CAC

Color information

#BC0CAC (or 0xBC0CAC) is unknown color: approx Deep Magenta. HEX triplet: BC, 0C and AC. RGB value is (188,12,172). Sum of RGB (Red+Green+Blue) = 188+12+172=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0CAC is #43F353. Grayscale: #525252. Windows color (decimal): -4453204 or 11275452. OLE color: 11275452.

HSL color Cylindrical-coordinate representation of color #BC0CAC: hue angle of 305.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CAC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18812172-
CMYK00.940.090.26
HSL305.45º88%39.22%-
HSV(B)305.45º93.62%73.73%-
XYZ28.3213.9340.23-
YUV82.86178.31202.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 12 (5.08% from 255) = 3.23%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=50.54%
G=3.23%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881217200.940.090.26305.458839.22
HexBCCAC05E91A1315827
Octal274142540136113246113047
Binary10111100110010101100010111101001110101001100011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0CAC; }

 p { color: rgb(188,12,172); }

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

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

 a { background-color: rgb(188,12,172); }

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

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

 span { border-color: rgb(188,12,172); }

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