Shades of Deep Magenta #B01DB2
Tints of Deep Magenta #B01DB2
RGB
CMYK
RGB Variations
Color information
#B01DB2 (or 0xB01DB2) is known color: Deep Magenta. HEX triplet: B0, 1D and B2. RGB value is (176,29,178). Sum of RGB (Red+Green+Blue) = 176+29+178=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #B01DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01DB2 is #4FE24D. Grayscale: #595959. Windows color (decimal): -5235278 or 11673008. OLE color: 11673008.
HSL color Cylindrical-coordinate representation of color #B01DB2: hue angle of 299.19º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01DB2 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 29 | 178 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.30 |
| HSL | 299.19º | 0.72% | 0.41% | - |
| HSV(B) | 299.19º | 0.84% | 0.7% | - |
| XYZ | 26.38 | 13.32 | 43.3 | - |
| YUV | 89.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 178 | 0.01 | 0.84 | 0 | 0.30 | 299.19 | 0.72 | 0.41 |
| Hex | B0 | 1D | B2 | 1 | 54 | 0 | 1E | 12B | 48 | 29 |
| Octal | 260 | 35 | 262 | 1 | 124 | 0 | 36 | 453 | 110 | 51 |
| Binary | 10110000 | 11101 | 10110010 | 1 | 1010100 | 0 | 11110 | 100101011 | 1001000 | 101001 |
Color Harmonies of #B01DB2
Complementary color
Monochromatic Colors of #B01DB2
Black with #B01DB2
Text Example
Text Example
White with #B01DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01DB2; }
p { color: rgb(176,29,178); }
H1.HeaderClassName
{
color: #B01DB2;
}
.AnyTagClassName
{
color: #B01DB2;
}
</style>
background-color css
<style>
a { background-color: #B01DB2; }
a { background-color: rgb(176,29,178); }
div.DivClassName
{
background-color: #B01DB2;
}
.BgClassName
{
background-color: #B01DB2;
}
</style>
border-color css
<style>
span { border-color: #B01DB2; }
span { border-color: rgb(176,29,178); }
td.TdClassName
{
border-color: #B01DB2;
}
.TagClassName
{
border-color: #B01DB2;
}
</style>