Shades of Deep Magenta #BD10DA
Tints of Deep Magenta #BD10DA
RGB
CMYK
RGB Variations
Color information
#BD10DA (or 0xBD10DA) is known color: Deep Magenta. HEX triplet: BD, 10 and DA. RGB value is (189,16,218). Sum of RGB (Red+Green+Blue) = 189+16+218=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD10DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10DA is #42EF25. Grayscale: #5A5A5A. Windows color (decimal): -4386598 or 14291133. OLE color: 14291133.
HSL color Cylindrical-coordinate representation of color #BD10DA: hue angle of 291.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD10DA is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 16 | 218 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.15 |
| HSL | 291.39º | 0.86% | 0.46% | - |
| HSV(B) | 291.39º | 0.93% | 0.85% | - |
| XYZ | 33.83 | 16.25 | 67.68 | - |
| YUV | 90.76 | 199.81 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 218 | 0.13 | 0.93 | 0 | 0.15 | 291.39 | 0.86 | 0.46 |
| Hex | BD | 10 | DA | D | 5D | 0 | F | 123 | 56 | 2E |
| Octal | 275 | 20 | 332 | 15 | 135 | 0 | 17 | 443 | 126 | 56 |
| Binary | 10111101 | 10000 | 11011010 | 1101 | 1011101 | 0 | 1111 | 100100011 | 1010110 | 101110 |
Color Harmonies of #BD10DA
Complementary color
Monochromatic Colors of #BD10DA
Black with #BD10DA
Text Example
Text Example
White with #BD10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10DA; }
p { color: rgb(189,16,218); }
H1.HeaderClassName
{
color: #BD10DA;
}
.AnyTagClassName
{
color: #BD10DA;
}
</style>
background-color css
<style>
a { background-color: #BD10DA; }
a { background-color: rgb(189,16,218); }
div.DivClassName
{
background-color: #BD10DA;
}
.BgClassName
{
background-color: #BD10DA;
}
</style>
border-color css
<style>
span { border-color: #BD10DA; }
span { border-color: rgb(189,16,218); }
td.TdClassName
{
border-color: #BD10DA;
}
.TagClassName
{
border-color: #BD10DA;
}
</style>