Shades of Deep Magenta #BC09CB
Tints of Deep Magenta #BC09CB
RGB
CMYK
RGB Variations
Color information
#BC09CB (or 0xBC09CB) is known color: Deep Magenta. HEX triplet: BC, 09 and CB. RGB value is (188,9,203). Sum of RGB (Red+Green+Blue) = 188+9+203=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC09CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09CB is #43F634. Grayscale: #545454. Windows color (decimal): -4453941 or 13306300. OLE color: 13306300.
HSL color Cylindrical-coordinate representation of color #BC09CB: hue angle of 295.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09CB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 9 | 203 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.20 |
| HSL | 295.36º | 0.92% | 0.42% | - |
| HSV(B) | 295.36º | 0.96% | 0.8% | - |
| XYZ | 31.62 | 15.2 | 57.77 | - |
| YUV | 84.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 203 | 0.07 | 0.96 | 0 | 0.20 | 295.36 | 0.92 | 0.42 |
| Hex | BC | 9 | CB | 7 | 60 | 0 | 14 | 127 | 5C | 2A |
| Octal | 274 | 11 | 313 | 7 | 140 | 0 | 24 | 447 | 134 | 52 |
| Binary | 10111100 | 1001 | 11001011 | 111 | 1100000 | 0 | 10100 | 100100111 | 1011100 | 101010 |
Color Harmonies of #BC09CB
Complementary color
Monochromatic Colors of #BC09CB
Black with #BC09CB
Text Example
Text Example
White with #BC09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09CB; }
p { color: rgb(188,9,203); }
H1.HeaderClassName
{
color: #BC09CB;
}
.AnyTagClassName
{
color: #BC09CB;
}
</style>
background-color css
<style>
a { background-color: #BC09CB; }
a { background-color: rgb(188,9,203); }
div.DivClassName
{
background-color: #BC09CB;
}
.BgClassName
{
background-color: #BC09CB;
}
</style>
border-color css
<style>
span { border-color: #BC09CB; }
span { border-color: rgb(188,9,203); }
td.TdClassName
{
border-color: #BC09CB;
}
.TagClassName
{
border-color: #BC09CB;
}
</style>