Shades of Deep Magenta #B00DCB
Tints of Deep Magenta #B00DCB
RGB
CMYK
RGB Variations
Color information
#B00DCB (or 0xB00DCB) is known color: Deep Magenta. HEX triplet: B0, 0D and CB. RGB value is (176,13,203). Sum of RGB (Red+Green+Blue) = 176+13+203=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #B00DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DCB is #4FF234. Grayscale: #525252. Windows color (decimal): -5239349 or 13307312. OLE color: 13307312.
HSL color Cylindrical-coordinate representation of color #B00DCB: hue angle of 291.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00DCB is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 13 | 203 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.20 |
| HSL | 291.47º | 0.88% | 0.42% | - |
| HSV(B) | 291.47º | 0.94% | 0.8% | - |
| XYZ | 28.83 | 13.83 | 57.65 | - |
| YUV | 83.4 | 195.5 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 203 | 0.13 | 0.94 | 0 | 0.20 | 291.47 | 0.88 | 0.42 |
| Hex | B0 | D | CB | D | 5E | 0 | 14 | 123 | 58 | 2A |
| Octal | 260 | 15 | 313 | 15 | 136 | 0 | 24 | 443 | 130 | 52 |
| Binary | 10110000 | 1101 | 11001011 | 1101 | 1011110 | 0 | 10100 | 100100011 | 1011000 | 101010 |
Color Harmonies of #B00DCB
Complementary color
Monochromatic Colors of #B00DCB
Black with #B00DCB
Text Example
Text Example
White with #B00DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DCB; }
p { color: rgb(176,13,203); }
H1.HeaderClassName
{
color: #B00DCB;
}
.AnyTagClassName
{
color: #B00DCB;
}
</style>
background-color css
<style>
a { background-color: #B00DCB; }
a { background-color: rgb(176,13,203); }
div.DivClassName
{
background-color: #B00DCB;
}
.BgClassName
{
background-color: #B00DCB;
}
</style>
border-color css
<style>
span { border-color: #B00DCB; }
span { border-color: rgb(176,13,203); }
td.TdClassName
{
border-color: #B00DCB;
}
.TagClassName
{
border-color: #B00DCB;
}
</style>