Shades of Deep Magenta #BD08CF
Tints of Deep Magenta #BD08CF
RGB
CMYK
RGB Variations
Color information
#BD08CF (or 0xBD08CF) is known color: Deep Magenta. HEX triplet: BD, 08 and CF. RGB value is (189,8,207). Sum of RGB (Red+Green+Blue) = 189+8+207=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD08CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08CF is #42F730. Grayscale: #545454. Windows color (decimal): -4388657 or 13568189. OLE color: 13568189.
HSL color Cylindrical-coordinate representation of color #BD08CF: hue angle of 294.57º 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 #BD08CF is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 8 | 207 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.19 |
| HSL | 294.57º | 0.93% | 0.42% | - |
| HSV(B) | 294.57º | 0.96% | 0.81% | - |
| XYZ | 32.34 | 15.5 | 60.32 | - |
| YUV | 84.81 | 196.97 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 207 | 0.09 | 0.96 | 0 | 0.19 | 294.57 | 0.93 | 0.42 |
| Hex | BD | 8 | CF | 9 | 60 | 0 | 13 | 127 | 5D | 2A |
| Octal | 275 | 10 | 317 | 11 | 140 | 0 | 23 | 447 | 135 | 52 |
| Binary | 10111101 | 1000 | 11001111 | 1001 | 1100000 | 0 | 10011 | 100100111 | 1011101 | 101010 |
Color Harmonies of #BD08CF
Complementary color
Monochromatic Colors of #BD08CF
Black with #BD08CF
Text Example
Text Example
White with #BD08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08CF; }
p { color: rgb(189,8,207); }
H1.HeaderClassName
{
color: #BD08CF;
}
.AnyTagClassName
{
color: #BD08CF;
}
</style>
background-color css
<style>
a { background-color: #BD08CF; }
a { background-color: rgb(189,8,207); }
div.DivClassName
{
background-color: #BD08CF;
}
.BgClassName
{
background-color: #BD08CF;
}
</style>
border-color css
<style>
span { border-color: #BD08CF; }
span { border-color: rgb(189,8,207); }
td.TdClassName
{
border-color: #BD08CF;
}
.TagClassName
{
border-color: #BD08CF;
}
</style>