Shades of Deep Magenta #BC09CE
Tints of Deep Magenta #BC09CE
RGB
CMYK
RGB Variations
Color information
#BC09CE (or 0xBC09CE) is known color: Deep Magenta. HEX triplet: BC, 09 and CE. RGB value is (188,9,206). Sum of RGB (Red+Green+Blue) = 188+9+206=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09CE is #43F631. Grayscale: #545454. Windows color (decimal): -4453938 or 13502908. OLE color: 13502908.
HSL color Cylindrical-coordinate representation of color #BC09CE: hue angle of 294.52º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09CE is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 9 | 206 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.19 |
| HSL | 294.52º | 0.92% | 0.42% | - |
| HSV(B) | 294.52º | 0.96% | 0.81% | - |
| XYZ | 31.98 | 15.34 | 59.67 | - |
| YUV | 84.98 | 196.3 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 206 | 0.09 | 0.96 | 0 | 0.19 | 294.52 | 0.92 | 0.42 |
| Hex | BC | 9 | CE | 9 | 60 | 0 | 13 | 127 | 5C | 2A |
| Octal | 274 | 11 | 316 | 11 | 140 | 0 | 23 | 447 | 134 | 52 |
| Binary | 10111100 | 1001 | 11001110 | 1001 | 1100000 | 0 | 10011 | 100100111 | 1011100 | 101010 |
Color Harmonies of #BC09CE
Complementary color
Monochromatic Colors of #BC09CE
Black with #BC09CE
Text Example
Text Example
White with #BC09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09CE; }
p { color: rgb(188,9,206); }
H1.HeaderClassName
{
color: #BC09CE;
}
.AnyTagClassName
{
color: #BC09CE;
}
</style>
background-color css
<style>
a { background-color: #BC09CE; }
a { background-color: rgb(188,9,206); }
div.DivClassName
{
background-color: #BC09CE;
}
.BgClassName
{
background-color: #BC09CE;
}
</style>
border-color css
<style>
span { border-color: #BC09CE; }
span { border-color: rgb(188,9,206); }
td.TdClassName
{
border-color: #BC09CE;
}
.TagClassName
{
border-color: #BC09CE;
}
</style>