Shades of Deep Magenta #B00DCC
Tints of Deep Magenta #B00DCC
RGB
CMYK
RGB Variations
Color information
#B00DCC (or 0xB00DCC) is known color: Deep Magenta. HEX triplet: B0, 0D and CC. RGB value is (176,13,204). Sum of RGB (Red+Green+Blue) = 176+13+204=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #B00DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DCC is #4FF233. Grayscale: #525252. Windows color (decimal): -5239348 or 13372848. OLE color: 13372848.
HSL color Cylindrical-coordinate representation of color #B00DCC: hue angle of 291.2º 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 #B00DCC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 13 | 204 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.2 |
| HSL | 291.2º | 0.88% | 0.43% | - |
| HSV(B) | 291.2º | 0.94% | 0.8% | - |
| XYZ | 28.95 | 13.88 | 58.28 | - |
| YUV | 83.51 | 196 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 204 | 0.14 | 0.94 | 0 | 0.2 | 291.2 | 0.88 | 0.43 |
| Hex | B0 | D | CC | E | 5E | 0 | 14 | 123 | 58 | 2B |
| Octal | 260 | 15 | 314 | 16 | 136 | 0 | 24 | 443 | 130 | 53 |
| Binary | 10110000 | 1101 | 11001100 | 1110 | 1011110 | 0 | 10100 | 100100011 | 1011000 | 101011 |
Color Harmonies of #B00DCC
Complementary color
Monochromatic Colors of #B00DCC
Black with #B00DCC
Text Example
Text Example
White with #B00DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DCC; }
p { color: rgb(176,13,204); }
H1.HeaderClassName
{
color: #B00DCC;
}
.AnyTagClassName
{
color: #B00DCC;
}
</style>
background-color css
<style>
a { background-color: #B00DCC; }
a { background-color: rgb(176,13,204); }
div.DivClassName
{
background-color: #B00DCC;
}
.BgClassName
{
background-color: #B00DCC;
}
</style>
border-color css
<style>
span { border-color: #B00DCC; }
span { border-color: rgb(176,13,204); }
td.TdClassName
{
border-color: #B00DCC;
}
.TagClassName
{
border-color: #B00DCC;
}
</style>