Shades of Deep Magenta #BD01DA
Tints of Deep Magenta #BD01DA
RGB
CMYK
RGB Variations
Color information
#BD01DA (or 0xBD01DA) is known color: Deep Magenta. HEX triplet: BD, 01 and DA. RGB value is (189,1,218). Sum of RGB (Red+Green+Blue) = 189+1+218=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD01DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01DA is #42FE25. Grayscale: #515151. Windows color (decimal): -4390438 or 14287293. OLE color: 14287293.
HSL color Cylindrical-coordinate representation of color #BD01DA: hue angle of 291.98º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD01DA is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 1 | 218 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.15 |
| HSL | 291.98º | 0.99% | 0.43% | - |
| HSV(B) | 291.98º | 1% | 0.85% | - |
| XYZ | 33.65 | 15.9 | 67.63 | - |
| YUV | 81.95 | 204.78 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 218 | 0.13 | 1.00 | 0 | 0.15 | 291.98 | 0.99 | 0.43 |
| Hex | BD | 1 | DA | D | 64 | 0 | F | 124 | 63 | 2B |
| Octal | 275 | 1 | 332 | 15 | 144 | 0 | 17 | 444 | 143 | 53 |
| Binary | 10111101 | 1 | 11011010 | 1101 | 1100100 | 0 | 1111 | 100100100 | 1100011 | 101011 |
Color Harmonies of #BD01DA
Complementary color
Monochromatic Colors of #BD01DA
Black with #BD01DA
Text Example
Text Example
White with #BD01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01DA; }
p { color: rgb(189,1,218); }
H1.HeaderClassName
{
color: #BD01DA;
}
.AnyTagClassName
{
color: #BD01DA;
}
</style>
background-color css
<style>
a { background-color: #BD01DA; }
a { background-color: rgb(189,1,218); }
div.DivClassName
{
background-color: #BD01DA;
}
.BgClassName
{
background-color: #BD01DA;
}
</style>
border-color css
<style>
span { border-color: #BD01DA; }
span { border-color: rgb(189,1,218); }
td.TdClassName
{
border-color: #BD01DA;
}
.TagClassName
{
border-color: #BD01DA;
}
</style>