Shades of Deep Magenta #B01DB4
Tints of Deep Magenta #B01DB4
RGB
CMYK
RGB Variations
Color information
#B01DB4 (or 0xB01DB4) is known color: Deep Magenta. HEX triplet: B0, 1D and B4. RGB value is (176,29,180). Sum of RGB (Red+Green+Blue) = 176+29+180=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #B01DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DB4 is #4FE24B. Grayscale: #595959. Windows color (decimal): -5235276 or 11804080. OLE color: 11804080.
HSL color Cylindrical-coordinate representation of color #B01DB4: hue angle of 298.41º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01DB4 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 29 | 180 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.29 |
| HSL | 298.41º | 0.72% | 0.41% | - |
| HSV(B) | 298.41º | 0.84% | 0.71% | - |
| XYZ | 26.58 | 13.4 | 44.37 | - |
| YUV | 90.17 | 178.7 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 180 | 0.02 | 0.84 | 0 | 0.29 | 298.41 | 0.72 | 0.41 |
| Hex | B0 | 1D | B4 | 2 | 54 | 0 | 1D | 12A | 48 | 29 |
| Octal | 260 | 35 | 264 | 2 | 124 | 0 | 35 | 452 | 110 | 51 |
| Binary | 10110000 | 11101 | 10110100 | 10 | 1010100 | 0 | 11101 | 100101010 | 1001000 | 101001 |
Color Harmonies of #B01DB4
Complementary color
Monochromatic Colors of #B01DB4
Black with #B01DB4
Text Example
Text Example
White with #B01DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01DB4; }
p { color: rgb(176,29,180); }
H1.HeaderClassName
{
color: #B01DB4;
}
.AnyTagClassName
{
color: #B01DB4;
}
</style>
background-color css
<style>
a { background-color: #B01DB4; }
a { background-color: rgb(176,29,180); }
div.DivClassName
{
background-color: #B01DB4;
}
.BgClassName
{
background-color: #B01DB4;
}
</style>
border-color css
<style>
span { border-color: #B01DB4; }
span { border-color: rgb(176,29,180); }
td.TdClassName
{
border-color: #B01DB4;
}
.TagClassName
{
border-color: #B01DB4;
}
</style>