Shades of Deep Magenta #BD0CDD
Tints of Deep Magenta #BD0CDD
RGB
CMYK
RGB Variations
Color information
#BD0CDD (or 0xBD0CDD) is known color: Deep Magenta. HEX triplet: BD, 0C and DD. RGB value is (189,12,221). Sum of RGB (Red+Green+Blue) = 189+12+221=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0CDD is #42F322. Grayscale: #585858. Windows color (decimal): -4387619 or 14486717. OLE color: 14486717.
HSL color Cylindrical-coordinate representation of color #BD0CDD: hue angle of 290.81º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0CDD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 12 | 221 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.13 |
| HSL | 290.81º | 0.9% | 0.46% | - |
| HSV(B) | 290.81º | 0.95% | 0.87% | - |
| XYZ | 34.17 | 16.3 | 69.75 | - |
| YUV | 88.75 | 202.64 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 221 | 0.14 | 0.95 | 0 | 0.13 | 290.81 | 0.9 | 0.46 |
| Hex | BD | C | DD | E | 5F | 0 | D | 123 | 5A | 2E |
| Octal | 275 | 14 | 335 | 16 | 137 | 0 | 15 | 443 | 132 | 56 |
| Binary | 10111101 | 1100 | 11011101 | 1110 | 1011111 | 0 | 1101 | 100100011 | 1011010 | 101110 |
Color Harmonies of #BD0CDD
Complementary color
Monochromatic Colors of #BD0CDD
Black with #BD0CDD
Text Example
Text Example
White with #BD0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CDD; }
p { color: rgb(189,12,221); }
H1.HeaderClassName
{
color: #BD0CDD;
}
.AnyTagClassName
{
color: #BD0CDD;
}
</style>
background-color css
<style>
a { background-color: #BD0CDD; }
a { background-color: rgb(189,12,221); }
div.DivClassName
{
background-color: #BD0CDD;
}
.BgClassName
{
background-color: #BD0CDD;
}
</style>
border-color css
<style>
span { border-color: #BD0CDD; }
span { border-color: rgb(189,12,221); }
td.TdClassName
{
border-color: #BD0CDD;
}
.TagClassName
{
border-color: #BD0CDD;
}
</style>