Shades of Deep Magenta #BD09CE
Tints of Deep Magenta #BD09CE
RGB
CMYK
RGB Variations
Color information
#BD09CE (or 0xBD09CE) is known color: Deep Magenta. HEX triplet: BD, 09 and CE. RGB value is (189,9,206). Sum of RGB (Red+Green+Blue) = 189+9+206=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09CE is #42F631. Grayscale: #545454. Windows color (decimal): -4388402 or 13502909. OLE color: 13502909.
HSL color Cylindrical-coordinate representation of color #BD09CE: hue angle of 294.82º 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 #BD09CE is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 9 | 206 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.19 |
| HSL | 294.82º | 0.92% | 0.42% | - |
| HSV(B) | 294.82º | 0.96% | 0.81% | - |
| XYZ | 32.22 | 15.47 | 59.68 | - |
| YUV | 85.28 | 196.13 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 206 | 0.08 | 0.96 | 0 | 0.19 | 294.82 | 0.92 | 0.42 |
| Hex | BD | 9 | CE | 8 | 60 | 0 | 13 | 127 | 5C | 2A |
| Octal | 275 | 11 | 316 | 10 | 140 | 0 | 23 | 447 | 134 | 52 |
| Binary | 10111101 | 1001 | 11001110 | 1000 | 1100000 | 0 | 10011 | 100100111 | 1011100 | 101010 |
Color Harmonies of #BD09CE
Complementary color
Monochromatic Colors of #BD09CE
Black with #BD09CE
Text Example
Text Example
White with #BD09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09CE; }
p { color: rgb(189,9,206); }
H1.HeaderClassName
{
color: #BD09CE;
}
.AnyTagClassName
{
color: #BD09CE;
}
</style>
background-color css
<style>
a { background-color: #BD09CE; }
a { background-color: rgb(189,9,206); }
div.DivClassName
{
background-color: #BD09CE;
}
.BgClassName
{
background-color: #BD09CE;
}
</style>
border-color css
<style>
span { border-color: #BD09CE; }
span { border-color: rgb(189,9,206); }
td.TdClassName
{
border-color: #BD09CE;
}
.TagClassName
{
border-color: #BD09CE;
}
</style>