Shades of Deep Magenta #B00DC0
Tints of Deep Magenta #B00DC0
RGB
CMYK
RGB Variations
Color information
#B00DC0 (or 0xB00DC0) is known color: Deep Magenta. HEX triplet: B0, 0D and C0. RGB value is (176,13,192). Sum of RGB (Red+Green+Blue) = 176+13+192=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #B00DC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DC0 is #4FF23F. Grayscale: #515151. Windows color (decimal): -5239360 or 12586416. OLE color: 12586416.
HSL color Cylindrical-coordinate representation of color #B00DC0: hue angle of 294.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00DC0 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 13 | 192 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.25 |
| HSL | 294.64º | 0.87% | 0.4% | - |
| HSV(B) | 294.64º | 0.93% | 0.75% | - |
| XYZ | 27.56 | 13.32 | 50.99 | - |
| YUV | 82.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 192 | 0.08 | 0.93 | 0 | 0.25 | 294.64 | 0.87 | 0.4 |
| Hex | B0 | D | C0 | 8 | 5D | 0 | 19 | 127 | 57 | 28 |
| Octal | 260 | 15 | 300 | 10 | 135 | 0 | 31 | 447 | 127 | 50 |
| Binary | 10110000 | 1101 | 11000000 | 1000 | 1011101 | 0 | 11001 | 100100111 | 1010111 | 101000 |
Color Harmonies of #B00DC0
Complementary color
Monochromatic Colors of #B00DC0
Black with #B00DC0
Text Example
Text Example
White with #B00DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DC0; }
p { color: rgb(176,13,192); }
H1.HeaderClassName
{
color: #B00DC0;
}
.AnyTagClassName
{
color: #B00DC0;
}
</style>
background-color css
<style>
a { background-color: #B00DC0; }
a { background-color: rgb(176,13,192); }
div.DivClassName
{
background-color: #B00DC0;
}
.BgClassName
{
background-color: #B00DC0;
}
</style>
border-color css
<style>
span { border-color: #B00DC0; }
span { border-color: rgb(176,13,192); }
td.TdClassName
{
border-color: #B00DC0;
}
.TagClassName
{
border-color: #B00DC0;
}
</style>