Shades of Deep Magenta #BD08CE
Tints of Deep Magenta #BD08CE
RGB
CMYK
RGB Variations
Color information
#BD08CE (or 0xBD08CE) is known color: Deep Magenta. HEX triplet: BD, 08 and CE. RGB value is (189,8,206). Sum of RGB (Red+Green+Blue) = 189+8+206=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 8 (3.52% from 255 or 1.99% 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 #BD08CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08CE is #42F731. Grayscale: #545454. Windows color (decimal): -4388658 or 13502653. OLE color: 13502653.
HSL color Cylindrical-coordinate representation of color #BD08CE: hue angle of 294.85º degrees, saturation: 0.93, 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 #BD08CE is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 8 | 206 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.19 |
| HSL | 294.85º | 0.93% | 0.42% | - |
| HSV(B) | 294.85º | 0.96% | 0.81% | - |
| XYZ | 32.21 | 15.45 | 59.68 | - |
| YUV | 84.69 | 196.47 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 206 | 0.08 | 0.96 | 0 | 0.19 | 294.85 | 0.93 | 0.42 |
| Hex | BD | 8 | CE | 8 | 60 | 0 | 13 | 127 | 5D | 2A |
| Octal | 275 | 10 | 316 | 10 | 140 | 0 | 23 | 447 | 135 | 52 |
| Binary | 10111101 | 1000 | 11001110 | 1000 | 1100000 | 0 | 10011 | 100100111 | 1011101 | 101010 |
Color Harmonies of #BD08CE
Complementary color
Monochromatic Colors of #BD08CE
Black with #BD08CE
Text Example
Text Example
White with #BD08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08CE; }
p { color: rgb(189,8,206); }
H1.HeaderClassName
{
color: #BD08CE;
}
.AnyTagClassName
{
color: #BD08CE;
}
</style>
background-color css
<style>
a { background-color: #BD08CE; }
a { background-color: rgb(189,8,206); }
div.DivClassName
{
background-color: #BD08CE;
}
.BgClassName
{
background-color: #BD08CE;
}
</style>
border-color css
<style>
span { border-color: #BD08CE; }
span { border-color: rgb(189,8,206); }
td.TdClassName
{
border-color: #BD08CE;
}
.TagClassName
{
border-color: #BD08CE;
}
</style>