Shades of Deep Magenta #B01DB1
Tints of Deep Magenta #B01DB1
RGB
CMYK
RGB Variations
Color information
#B01DB1 (or 0xB01DB1) is known color: Deep Magenta. HEX triplet: B0, 1D and B1. RGB value is (176,29,177). Sum of RGB (Red+Green+Blue) = 176+29+177=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #B01DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01DB1 is #4FE24E. Grayscale: #595959. Windows color (decimal): -5235279 or 11607472. OLE color: 11607472.
HSL color Cylindrical-coordinate representation of color #B01DB1: hue angle of 299.59º 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 #B01DB1 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 177 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.31 |
| HSL | 299.59º | 0.72% | 0.4% | - |
| HSV(B) | 299.59º | 0.84% | 0.69% | - |
| XYZ | 26.28 | 13.28 | 42.77 | - |
| YUV | 89.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 177 | 0.01 | 0.84 | 0 | 0.31 | 299.59 | 0.72 | 0.4 |
| Hex | B0 | 1D | B1 | 1 | 54 | 0 | 1F | 12C | 48 | 28 |
| Octal | 260 | 35 | 261 | 1 | 124 | 0 | 37 | 454 | 110 | 50 |
| Binary | 10110000 | 11101 | 10110001 | 1 | 1010100 | 0 | 11111 | 100101100 | 1001000 | 101000 |
Color Harmonies of #B01DB1
Complementary color
Monochromatic Colors of #B01DB1
Black with #B01DB1
Text Example
Text Example
White with #B01DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01DB1; }
p { color: rgb(176,29,177); }
H1.HeaderClassName
{
color: #B01DB1;
}
.AnyTagClassName
{
color: #B01DB1;
}
</style>
background-color css
<style>
a { background-color: #B01DB1; }
a { background-color: rgb(176,29,177); }
div.DivClassName
{
background-color: #B01DB1;
}
.BgClassName
{
background-color: #B01DB1;
}
</style>
border-color css
<style>
span { border-color: #B01DB1; }
span { border-color: rgb(176,29,177); }
td.TdClassName
{
border-color: #B01DB1;
}
.TagClassName
{
border-color: #B01DB1;
}
</style>