Shades of Deep Magenta #B00DC5
Tints of Deep Magenta #B00DC5
RGB
CMYK
RGB Variations
Color information
#B00DC5 (or 0xB00DC5) is known color: Deep Magenta. HEX triplet: B0, 0D and C5. RGB value is (176,13,197). Sum of RGB (Red+Green+Blue) = 176+13+197=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #B00DC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DC5 is #4FF23A. Grayscale: #525252. Windows color (decimal): -5239355 or 12914096. OLE color: 12914096.
HSL color Cylindrical-coordinate representation of color #B00DC5: hue angle of 293.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00DC5 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 13 | 197 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.23 |
| HSL | 293.15º | 0.88% | 0.41% | - |
| HSV(B) | 293.15º | 0.93% | 0.77% | - |
| XYZ | 28.13 | 13.55 | 53.96 | - |
| YUV | 82.71 | 192.5 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 197 | 0.11 | 0.93 | 0 | 0.23 | 293.15 | 0.88 | 0.41 |
| Hex | B0 | D | C5 | B | 5D | 0 | 17 | 125 | 58 | 29 |
| Octal | 260 | 15 | 305 | 13 | 135 | 0 | 27 | 445 | 130 | 51 |
| Binary | 10110000 | 1101 | 11000101 | 1011 | 1011101 | 0 | 10111 | 100100101 | 1011000 | 101001 |
Color Harmonies of #B00DC5
Complementary color
Monochromatic Colors of #B00DC5
Black with #B00DC5
Text Example
Text Example
White with #B00DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DC5; }
p { color: rgb(176,13,197); }
H1.HeaderClassName
{
color: #B00DC5;
}
.AnyTagClassName
{
color: #B00DC5;
}
</style>
background-color css
<style>
a { background-color: #B00DC5; }
a { background-color: rgb(176,13,197); }
div.DivClassName
{
background-color: #B00DC5;
}
.BgClassName
{
background-color: #B00DC5;
}
</style>
border-color css
<style>
span { border-color: #B00DC5; }
span { border-color: rgb(176,13,197); }
td.TdClassName
{
border-color: #B00DC5;
}
.TagClassName
{
border-color: #B00DC5;
}
</style>