Shades of Medium Violet Red #B20BA1
Tints of Medium Violet Red #B20BA1
RGB
CMYK
RGB Variations
Color information
#B20BA1 (or 0xB20BA1) is known color: Medium Violet Red. HEX triplet: B2, 0B and A1. RGB value is (178,11,161). Sum of RGB (Red+Green+Blue) = 178+11+161=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B20BA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20BA1 is #4DF45E. Grayscale: #4D4D4D. Windows color (decimal): -5108831 or 10554290. OLE color: 10554290.
HSL color Cylindrical-coordinate representation of color #B20BA1: hue angle of 306.11º 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 #B20BA1 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 11 | 161 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.30 |
| HSL | 306.11º | 0.88% | 0.37% | - |
| HSV(B) | 306.11º | 0.94% | 0.7% | - |
| XYZ | 24.91 | 12.28 | 34.77 | - |
| YUV | 78.03 | 174.83 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 161 | 0 | 0.94 | 0.10 | 0.30 | 306.11 | 0.88 | 0.37 |
| Hex | B2 | B | A1 | 0 | 5E | A | 1E | 132 | 58 | 25 |
| Octal | 262 | 13 | 241 | 0 | 136 | 12 | 36 | 462 | 130 | 45 |
| Binary | 10110010 | 1011 | 10100001 | 0 | 1011110 | 1010 | 11110 | 100110010 | 1011000 | 100101 |
Color Harmonies of #B20BA1
Complementary color
Monochromatic Colors of #B20BA1
Black with #B20BA1
Text Example
Text Example
White with #B20BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BA1; }
p { color: rgb(178,11,161); }
H1.HeaderClassName
{
color: #B20BA1;
}
.AnyTagClassName
{
color: #B20BA1;
}
</style>
background-color css
<style>
a { background-color: #B20BA1; }
a { background-color: rgb(178,11,161); }
div.DivClassName
{
background-color: #B20BA1;
}
.BgClassName
{
background-color: #B20BA1;
}
</style>
border-color css
<style>
span { border-color: #B20BA1; }
span { border-color: rgb(178,11,161); }
td.TdClassName
{
border-color: #B20BA1;
}
.TagClassName
{
border-color: #B20BA1;
}
</style>