Shades of Deep Magenta #BD01DB
Tints of Deep Magenta #BD01DB
RGB
CMYK
RGB Variations
Color information
#BD01DB (or 0xBD01DB) is known color: Deep Magenta. HEX triplet: BD, 01 and DB. RGB value is (189,1,219). Sum of RGB (Red+Green+Blue) = 189+1+219=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD01DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01DB is #42FE24. Grayscale: #515151. Windows color (decimal): -4390437 or 14352829. OLE color: 14352829.
HSL color Cylindrical-coordinate representation of color #BD01DB: hue angle of 291.74º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD01DB is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 1 | 219 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.14 |
| HSL | 291.74º | 0.99% | 0.43% | - |
| HSV(B) | 291.74º | 1% | 0.86% | - |
| XYZ | 33.78 | 15.96 | 68.32 | - |
| YUV | 82.06 | 205.28 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 219 | 0.14 | 1.00 | 0 | 0.14 | 291.74 | 0.99 | 0.43 |
| Hex | BD | 1 | DB | E | 64 | 0 | E | 124 | 63 | 2B |
| Octal | 275 | 1 | 333 | 16 | 144 | 0 | 16 | 444 | 143 | 53 |
| Binary | 10111101 | 1 | 11011011 | 1110 | 1100100 | 0 | 1110 | 100100100 | 1100011 | 101011 |
Color Harmonies of #BD01DB
Complementary color
Monochromatic Colors of #BD01DB
Black with #BD01DB
Text Example
Text Example
White with #BD01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01DB; }
p { color: rgb(189,1,219); }
H1.HeaderClassName
{
color: #BD01DB;
}
.AnyTagClassName
{
color: #BD01DB;
}
</style>
background-color css
<style>
a { background-color: #BD01DB; }
a { background-color: rgb(189,1,219); }
div.DivClassName
{
background-color: #BD01DB;
}
.BgClassName
{
background-color: #BD01DB;
}
</style>
border-color css
<style>
span { border-color: #BD01DB; }
span { border-color: rgb(189,1,219); }
td.TdClassName
{
border-color: #BD01DB;
}
.TagClassName
{
border-color: #BD01DB;
}
</style>