Shades of Deep Magenta #BD0CDA
Tints of Deep Magenta #BD0CDA
RGB
CMYK
RGB Variations
Color information
#BD0CDA (or 0xBD0CDA) is known color: Deep Magenta. HEX triplet: BD, 0C and DA. RGB value is (189,12,218). Sum of RGB (Red+Green+Blue) = 189+12+218=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD0CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0CDA is #42F325. Grayscale: #575757. Windows color (decimal): -4387622 or 14290109. OLE color: 14290109.
HSL color Cylindrical-coordinate representation of color #BD0CDA: hue angle of 291.55º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0CDA is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 12 | 218 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.15 |
| HSL | 291.55º | 0.9% | 0.45% | - |
| HSV(B) | 291.55º | 0.94% | 0.85% | - |
| XYZ | 33.77 | 16.14 | 67.67 | - |
| YUV | 88.41 | 201.14 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 218 | 0.13 | 0.94 | 0 | 0.15 | 291.55 | 0.9 | 0.45 |
| Hex | BD | C | DA | D | 5E | 0 | F | 124 | 5A | 2D |
| Octal | 275 | 14 | 332 | 15 | 136 | 0 | 17 | 444 | 132 | 55 |
| Binary | 10111101 | 1100 | 11011010 | 1101 | 1011110 | 0 | 1111 | 100100100 | 1011010 | 101101 |
Color Harmonies of #BD0CDA
Complementary color
Monochromatic Colors of #BD0CDA
Black with #BD0CDA
Text Example
Text Example
White with #BD0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CDA; }
p { color: rgb(189,12,218); }
H1.HeaderClassName
{
color: #BD0CDA;
}
.AnyTagClassName
{
color: #BD0CDA;
}
</style>
background-color css
<style>
a { background-color: #BD0CDA; }
a { background-color: rgb(189,12,218); }
div.DivClassName
{
background-color: #BD0CDA;
}
.BgClassName
{
background-color: #BD0CDA;
}
</style>
border-color css
<style>
span { border-color: #BD0CDA; }
span { border-color: rgb(189,12,218); }
td.TdClassName
{
border-color: #BD0CDA;
}
.TagClassName
{
border-color: #BD0CDA;
}
</style>