Shades of Deep Magenta #B20BBA
Tints of Deep Magenta #B20BBA
RGB
CMYK
RGB Variations
Color information
#B20BBA (or 0xB20BBA) is known color: Deep Magenta. HEX triplet: B2, 0B and BA. RGB value is (178,11,186). Sum of RGB (Red+Green+Blue) = 178+11+186=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #B20BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BBA is #4DF445. Grayscale: #505050. Windows color (decimal): -5108806 or 12192690. OLE color: 12192690.
HSL color Cylindrical-coordinate representation of color #B20BBA: hue angle of 297.26º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20BBA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 11 | 186 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.27 |
| HSL | 297.26º | 0.89% | 0.39% | - |
| HSV(B) | 297.26º | 0.94% | 0.73% | - |
| XYZ | 27.34 | 13.25 | 47.57 | - |
| YUV | 80.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 186 | 0.04 | 0.94 | 0 | 0.27 | 297.26 | 0.89 | 0.39 |
| Hex | B2 | B | BA | 4 | 5E | 0 | 1B | 129 | 59 | 27 |
| Octal | 262 | 13 | 272 | 4 | 136 | 0 | 33 | 451 | 131 | 47 |
| Binary | 10110010 | 1011 | 10111010 | 100 | 1011110 | 0 | 11011 | 100101001 | 1011001 | 100111 |
Color Harmonies of #B20BBA
Complementary color
Monochromatic Colors of #B20BBA
Black with #B20BBA
Text Example
Text Example
White with #B20BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BBA; }
p { color: rgb(178,11,186); }
H1.HeaderClassName
{
color: #B20BBA;
}
.AnyTagClassName
{
color: #B20BBA;
}
</style>
background-color css
<style>
a { background-color: #B20BBA; }
a { background-color: rgb(178,11,186); }
div.DivClassName
{
background-color: #B20BBA;
}
.BgClassName
{
background-color: #B20BBA;
}
</style>
border-color css
<style>
span { border-color: #B20BBA; }
span { border-color: rgb(178,11,186); }
td.TdClassName
{
border-color: #B20BBA;
}
.TagClassName
{
border-color: #B20BBA;
}
</style>