Shades of Deep Magenta #B01DB0
Tints of Deep Magenta #B01DB0
RGB
CMYK
RGB Variations
Color information
#B01DB0 (or 0xB01DB0) is known color: Deep Magenta. HEX triplet: B0, 1D and B0. RGB value is (176,29,176). Sum of RGB (Red+Green+Blue) = 176+29+176=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B01DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01DB0 is #4FE24F. Grayscale: #595959. Windows color (decimal): -5235280 or 11541936. OLE color: 11541936.
HSL color Cylindrical-coordinate representation of color #B01DB0: hue angle of 300º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01DB0 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 176 | - |
| CMYK | 0 | 0.84 | 0 | 0.31 |
| HSL | 300º | 0.72% | 0.4% | - |
| HSV(B) | 300º | 0.84% | 0.69% | - |
| XYZ | 26.18 | 13.24 | 42.25 | - |
| YUV | 89.71 | 176.7 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 176 | 0 | 0.84 | 0 | 0.31 | 300 | 0.72 | 0.4 |
| Hex | B0 | 1D | B0 | 0 | 54 | 0 | 1F | 12C | 48 | 28 |
| Octal | 260 | 35 | 260 | 0 | 124 | 0 | 37 | 454 | 110 | 50 |
| Binary | 10110000 | 11101 | 10110000 | 0 | 1010100 | 0 | 11111 | 100101100 | 1001000 | 101000 |
Color Harmonies of #B01DB0
Complementary color
Monochromatic Colors of #B01DB0
Black with #B01DB0
Text Example
Text Example
White with #B01DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01DB0; }
p { color: rgb(176,29,176); }
H1.HeaderClassName
{
color: #B01DB0;
}
.AnyTagClassName
{
color: #B01DB0;
}
</style>
background-color css
<style>
a { background-color: #B01DB0; }
a { background-color: rgb(176,29,176); }
div.DivClassName
{
background-color: #B01DB0;
}
.BgClassName
{
background-color: #B01DB0;
}
</style>
border-color css
<style>
span { border-color: #B01DB0; }
span { border-color: rgb(176,29,176); }
td.TdClassName
{
border-color: #B01DB0;
}
.TagClassName
{
border-color: #B01DB0;
}
</style>