Shades of Deep Magenta #BD0BDA
Tints of Deep Magenta #BD0BDA
RGB
CMYK
RGB Variations
Color information
#BD0BDA (or 0xBD0BDA) is known color: Deep Magenta. HEX triplet: BD, 0B and DA. RGB value is (189,11,218). Sum of RGB (Red+Green+Blue) = 189+11+218=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD0BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0BDA is #42F425. Grayscale: #575757. Windows color (decimal): -4387878 or 14289853. OLE color: 14289853.
HSL color Cylindrical-coordinate representation of color #BD0BDA: hue angle of 291.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0BDA is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 11 | 218 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.15 |
| HSL | 291.59º | 0.9% | 0.45% | - |
| HSV(B) | 291.59º | 0.95% | 0.85% | - |
| XYZ | 33.76 | 16.12 | 67.66 | - |
| YUV | 87.82 | 201.47 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 218 | 0.13 | 0.95 | 0 | 0.15 | 291.59 | 0.9 | 0.45 |
| Hex | BD | B | DA | D | 5F | 0 | F | 124 | 5A | 2D |
| Octal | 275 | 13 | 332 | 15 | 137 | 0 | 17 | 444 | 132 | 55 |
| Binary | 10111101 | 1011 | 11011010 | 1101 | 1011111 | 0 | 1111 | 100100100 | 1011010 | 101101 |
Color Harmonies of #BD0BDA
Complementary color
Monochromatic Colors of #BD0BDA
Black with #BD0BDA
Text Example
Text Example
White with #BD0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BDA; }
p { color: rgb(189,11,218); }
H1.HeaderClassName
{
color: #BD0BDA;
}
.AnyTagClassName
{
color: #BD0BDA;
}
</style>
background-color css
<style>
a { background-color: #BD0BDA; }
a { background-color: rgb(189,11,218); }
div.DivClassName
{
background-color: #BD0BDA;
}
.BgClassName
{
background-color: #BD0BDA;
}
</style>
border-color css
<style>
span { border-color: #BD0BDA; }
span { border-color: rgb(189,11,218); }
td.TdClassName
{
border-color: #BD0BDA;
}
.TagClassName
{
border-color: #BD0BDA;
}
</style>