#BC0AB6

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

Shades of Deep Magenta #BC0AB6

Tints of Deep Magenta #BC0AB6

Color information

#BC0AB6 (or 0xBC0AB6) is unknown color: approx Deep Magenta. HEX triplet: BC, 0A and B6. RGB value is (188,10,182). Sum of RGB (Red+Green+Blue) = 188+10+182=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0AB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0AB6 is #43F549. Grayscale: #525252. Windows color (decimal): -4453706 or 11930300. OLE color: 11930300.

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

Color convert

RGB18810182-
CMYK00.950.030.26
HSL302.02º89.9%38.82%-
HSV(B)302.02º94.68%73.73%-
XYZ29.2914.2945.47-
YUV82.83183.97203.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 10 (4.30% from 255) = 2.63%
BLUE value IS 182 (71.48% from 255) = 47.89%
R=49.47%
G=2.63%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881018200.950.030.26302.0289.938.82
HexBCAB605F31A12e5a27
Octal27412266013733245613247
Binary101111001010101101100101111111110101001011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0AB6; }

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

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

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

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

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

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

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

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