Shades of Deep Magenta #B00DCD
Tints of Deep Magenta #B00DCD
RGB
CMYK
RGB Variations
Color information
#B00DCD (or 0xB00DCD) is known color: Deep Magenta. HEX triplet: B0, 0D and CD. RGB value is (176,13,205). Sum of RGB (Red+Green+Blue) = 176+13+205=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #B00DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DCD is #4FF232. Grayscale: #535353. Windows color (decimal): -5239347 or 13438384. OLE color: 13438384.
HSL color Cylindrical-coordinate representation of color #B00DCD: hue angle of 290.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00DCD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 13 | 205 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.20 |
| HSL | 290.94º | 0.88% | 0.43% | - |
| HSV(B) | 290.94º | 0.94% | 0.8% | - |
| XYZ | 29.07 | 13.93 | 58.91 | - |
| YUV | 83.63 | 196.5 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 205 | 0.14 | 0.94 | 0 | 0.20 | 290.94 | 0.88 | 0.43 |
| Hex | B0 | D | CD | E | 5E | 0 | 14 | 123 | 58 | 2B |
| Octal | 260 | 15 | 315 | 16 | 136 | 0 | 24 | 443 | 130 | 53 |
| Binary | 10110000 | 1101 | 11001101 | 1110 | 1011110 | 0 | 10100 | 100100011 | 1011000 | 101011 |
Color Harmonies of #B00DCD
Complementary color
Monochromatic Colors of #B00DCD
Black with #B00DCD
Text Example
Text Example
White with #B00DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DCD; }
p { color: rgb(176,13,205); }
H1.HeaderClassName
{
color: #B00DCD;
}
.AnyTagClassName
{
color: #B00DCD;
}
</style>
background-color css
<style>
a { background-color: #B00DCD; }
a { background-color: rgb(176,13,205); }
div.DivClassName
{
background-color: #B00DCD;
}
.BgClassName
{
background-color: #B00DCD;
}
</style>
border-color css
<style>
span { border-color: #B00DCD; }
span { border-color: rgb(176,13,205); }
td.TdClassName
{
border-color: #B00DCD;
}
.TagClassName
{
border-color: #B00DCD;
}
</style>