Shades of Deep Magenta #BD08DF
Tints of Deep Magenta #BD08DF
RGB
CMYK
RGB Variations
Color information
#BD08DF (or 0xBD08DF) is known color: Deep Magenta. HEX triplet: BD, 08 and DF. RGB value is (189,8,223). Sum of RGB (Red+Green+Blue) = 189+8+223=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08DF is #42F720. Grayscale: #555555. Windows color (decimal): -4388641 or 14616765. OLE color: 14616765.
HSL color Cylindrical-coordinate representation of color #BD08DF: hue angle of 290.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD08DF is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 8 | 223 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.13 |
| HSL | 290.51º | 0.93% | 0.45% | - |
| HSV(B) | 290.51º | 0.96% | 0.87% | - |
| XYZ | 34.39 | 16.32 | 71.15 | - |
| YUV | 86.63 | 204.97 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 223 | 0.15 | 0.96 | 0 | 0.13 | 290.51 | 0.93 | 0.45 |
| Hex | BD | 8 | DF | F | 60 | 0 | D | 123 | 5D | 2D |
| Octal | 275 | 10 | 337 | 17 | 140 | 0 | 15 | 443 | 135 | 55 |
| Binary | 10111101 | 1000 | 11011111 | 1111 | 1100000 | 0 | 1101 | 100100011 | 1011101 | 101101 |
Color Harmonies of #BD08DF
Complementary color
Monochromatic Colors of #BD08DF
Black with #BD08DF
Text Example
Text Example
White with #BD08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08DF; }
p { color: rgb(189,8,223); }
H1.HeaderClassName
{
color: #BD08DF;
}
.AnyTagClassName
{
color: #BD08DF;
}
</style>
background-color css
<style>
a { background-color: #BD08DF; }
a { background-color: rgb(189,8,223); }
div.DivClassName
{
background-color: #BD08DF;
}
.BgClassName
{
background-color: #BD08DF;
}
</style>
border-color css
<style>
span { border-color: #BD08DF; }
span { border-color: rgb(189,8,223); }
td.TdClassName
{
border-color: #BD08DF;
}
.TagClassName
{
border-color: #BD08DF;
}
</style>