Shades of Deep Magenta #BD0BCD
Tints of Deep Magenta #BD0BCD
RGB
CMYK
RGB Variations
Color information
#BD0BCD (or 0xBD0BCD) is known color: Deep Magenta. HEX triplet: BD, 0B and CD. RGB value is (189,11,205). Sum of RGB (Red+Green+Blue) = 189+11+205=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD0BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0BCD is #42F432. Grayscale: #555555. Windows color (decimal): -4387891 or 13437885. OLE color: 13437885.
HSL color Cylindrical-coordinate representation of color #BD0BCD: hue angle of 295.05º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0BCD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 11 | 205 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.20 |
| HSL | 295.05º | 0.9% | 0.42% | - |
| HSV(B) | 295.05º | 0.95% | 0.8% | - |
| XYZ | 32.13 | 15.47 | 59.05 | - |
| YUV | 86.34 | 194.97 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 205 | 0.08 | 0.95 | 0 | 0.20 | 295.05 | 0.9 | 0.42 |
| Hex | BD | B | CD | 8 | 5F | 0 | 14 | 127 | 5A | 2A |
| Octal | 275 | 13 | 315 | 10 | 137 | 0 | 24 | 447 | 132 | 52 |
| Binary | 10111101 | 1011 | 11001101 | 1000 | 1011111 | 0 | 10100 | 100100111 | 1011010 | 101010 |
Color Harmonies of #BD0BCD
Complementary color
Monochromatic Colors of #BD0BCD
Black with #BD0BCD
Text Example
Text Example
White with #BD0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BCD; }
p { color: rgb(189,11,205); }
H1.HeaderClassName
{
color: #BD0BCD;
}
.AnyTagClassName
{
color: #BD0BCD;
}
</style>
background-color css
<style>
a { background-color: #BD0BCD; }
a { background-color: rgb(189,11,205); }
div.DivClassName
{
background-color: #BD0BCD;
}
.BgClassName
{
background-color: #BD0BCD;
}
</style>
border-color css
<style>
span { border-color: #BD0BCD; }
span { border-color: rgb(189,11,205); }
td.TdClassName
{
border-color: #BD0BCD;
}
.TagClassName
{
border-color: #BD0BCD;
}
</style>