Shades of Deep Magenta #BD08DB
Tints of Deep Magenta #BD08DB
RGB
CMYK
RGB Variations
Color information
#BD08DB (or 0xBD08DB) is known color: Deep Magenta. HEX triplet: BD, 08 and DB. RGB value is (189,8,219). Sum of RGB (Red+Green+Blue) = 189+8+219=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08DB is #42F724. Grayscale: #555555. Windows color (decimal): -4388645 or 14354621. OLE color: 14354621.
HSL color Cylindrical-coordinate representation of color #BD08DB: hue angle of 291.47º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD08DB is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 8 | 219 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.14 |
| HSL | 291.47º | 0.93% | 0.45% | - |
| HSV(B) | 291.47º | 0.96% | 0.86% | - |
| XYZ | 33.86 | 16.11 | 68.34 | - |
| YUV | 86.17 | 202.97 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 219 | 0.14 | 0.96 | 0 | 0.14 | 291.47 | 0.93 | 0.45 |
| Hex | BD | 8 | DB | E | 60 | 0 | E | 123 | 5D | 2D |
| Octal | 275 | 10 | 333 | 16 | 140 | 0 | 16 | 443 | 135 | 55 |
| Binary | 10111101 | 1000 | 11011011 | 1110 | 1100000 | 0 | 1110 | 100100011 | 1011101 | 101101 |
Color Harmonies of #BD08DB
Complementary color
Monochromatic Colors of #BD08DB
Black with #BD08DB
Text Example
Text Example
White with #BD08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08DB; }
p { color: rgb(189,8,219); }
H1.HeaderClassName
{
color: #BD08DB;
}
.AnyTagClassName
{
color: #BD08DB;
}
</style>
background-color css
<style>
a { background-color: #BD08DB; }
a { background-color: rgb(189,8,219); }
div.DivClassName
{
background-color: #BD08DB;
}
.BgClassName
{
background-color: #BD08DB;
}
</style>
border-color css
<style>
span { border-color: #BD08DB; }
span { border-color: rgb(189,8,219); }
td.TdClassName
{
border-color: #BD08DB;
}
.TagClassName
{
border-color: #BD08DB;
}
</style>