Shades of Deep Magenta #B20BAF
Tints of Deep Magenta #B20BAF
RGB
CMYK
RGB Variations
Color information
#B20BAF (or 0xB20BAF) is known color: Deep Magenta. HEX triplet: B2, 0B and AF. RGB value is (178,11,175). Sum of RGB (Red+Green+Blue) = 178+11+175=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B20BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20BAF is #4DF450. Grayscale: #4F4F4F. Windows color (decimal): -5108817 or 11471794. OLE color: 11471794.
HSL color Cylindrical-coordinate representation of color #B20BAF: hue angle of 301.08º 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 #B20BAF is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 11 | 175 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.30 |
| HSL | 301.08º | 0.88% | 0.37% | - |
| HSV(B) | 301.08º | 0.94% | 0.7% | - |
| XYZ | 26.22 | 12.8 | 41.65 | - |
| YUV | 79.63 | 181.83 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 175 | 0 | 0.94 | 0.02 | 0.30 | 301.08 | 0.88 | 0.37 |
| Hex | B2 | B | AF | 0 | 5E | 2 | 1E | 12D | 58 | 25 |
| Octal | 262 | 13 | 257 | 0 | 136 | 2 | 36 | 455 | 130 | 45 |
| Binary | 10110010 | 1011 | 10101111 | 0 | 1011110 | 10 | 11110 | 100101101 | 1011000 | 100101 |
Color Harmonies of #B20BAF
Complementary color
Monochromatic Colors of #B20BAF
Black with #B20BAF
Text Example
Text Example
White with #B20BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BAF; }
p { color: rgb(178,11,175); }
H1.HeaderClassName
{
color: #B20BAF;
}
.AnyTagClassName
{
color: #B20BAF;
}
</style>
background-color css
<style>
a { background-color: #B20BAF; }
a { background-color: rgb(178,11,175); }
div.DivClassName
{
background-color: #B20BAF;
}
.BgClassName
{
background-color: #B20BAF;
}
</style>
border-color css
<style>
span { border-color: #B20BAF; }
span { border-color: rgb(178,11,175); }
td.TdClassName
{
border-color: #B20BAF;
}
.TagClassName
{
border-color: #B20BAF;
}
</style>