Shades of Deep Magenta #B20BAB
Tints of Deep Magenta #B20BAB
RGB
CMYK
RGB Variations
Color information
#B20BAB (or 0xB20BAB) is known color: Deep Magenta. HEX triplet: B2, 0B and AB. RGB value is (178,11,171). Sum of RGB (Red+Green+Blue) = 178+11+171=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B20BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20BAB is #4DF454. Grayscale: #4E4E4E. Windows color (decimal): -5108821 or 11209650. OLE color: 11209650.
HSL color Cylindrical-coordinate representation of color #B20BAB: hue angle of 302.51º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20BAB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 11 | 171 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.30 |
| HSL | 302.52º | 0.88% | 0.37% | - |
| HSV(B) | 302.52º | 0.94% | 0.7% | - |
| XYZ | 25.83 | 12.64 | 39.61 | - |
| YUV | 79.17 | 179.83 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 171 | 0 | 0.94 | 0.04 | 0.30 | 302.52 | 0.88 | 0.37 |
| Hex | B2 | B | AB | 0 | 5E | 4 | 1E | 12F | 58 | 25 |
| Octal | 262 | 13 | 253 | 0 | 136 | 4 | 36 | 457 | 130 | 45 |
| Binary | 10110010 | 1011 | 10101011 | 0 | 1011110 | 100 | 11110 | 100101111 | 1011000 | 100101 |
Color Harmonies of #B20BAB
Complementary color
Monochromatic Colors of #B20BAB
Black with #B20BAB
Text Example
Text Example
White with #B20BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BAB; }
p { color: rgb(178,11,171); }
H1.HeaderClassName
{
color: #B20BAB;
}
.AnyTagClassName
{
color: #B20BAB;
}
</style>
background-color css
<style>
a { background-color: #B20BAB; }
a { background-color: rgb(178,11,171); }
div.DivClassName
{
background-color: #B20BAB;
}
.BgClassName
{
background-color: #B20BAB;
}
</style>
border-color css
<style>
span { border-color: #B20BAB; }
span { border-color: rgb(178,11,171); }
td.TdClassName
{
border-color: #B20BAB;
}
.TagClassName
{
border-color: #B20BAB;
}
</style>