#BC0CB6

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

Shades of Deep Magenta #BC0CB6

Tints of Deep Magenta #BC0CB6

Color information

#BC0CB6 (or 0xBC0CB6) is unknown color: approx Deep Magenta. HEX triplet: BC, 0C and B6. RGB value is (188,12,182). Sum of RGB (Red+Green+Blue) = 188+12+182=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CB6 is #43F349. Grayscale: #535353. Windows color (decimal): -4453194 or 11930812. OLE color: 11930812.

HSL color Cylindrical-coordinate representation of color #BC0CB6: hue angle of 302.05º 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 #BC0CB6 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18812182-
CMYK00.940.030.26
HSL302.05º88%39.22%-
HSV(B)302.05º93.62%73.73%-
XYZ29.3114.3345.48-
YUV84183.31202.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 12 (5.08% from 255) = 3.14%
BLUE value IS 182 (71.48% from 255) = 47.64%
R=49.21%
G=3.14%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881218200.940.030.26302.058839.22
HexBCCB605E31A12e5827
Octal27414266013633245613047
Binary101111001100101101100101111011110101001011101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0CB6; }

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

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

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

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

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

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

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

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