Shades of Medium Violet Red #B20A86
Tints of Medium Violet Red #B20A86
RGB
CMYK
RGB Variations
Color information
#B20A86 (or 0xB20A86) is known color: Medium Violet Red. HEX triplet: B2, 0A and 86. RGB value is (178,10,134). Sum of RGB (Red+Green+Blue) = 178+10+134=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20A86 is #4DF579. Grayscale: #4A4A4A. Windows color (decimal): -5109114 or 8784562. OLE color: 8784562.
HSL color Cylindrical-coordinate representation of color #B20A86: hue angle of 315.71º degrees, saturation: 0.89, 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 #B20A86 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 134 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.30 |
| HSL | 315.71º | 0.89% | 0.37% | - |
| HSV(B) | 315.71º | 0.94% | 0.7% | - |
| XYZ | 22.77 | 11.4 | 23.56 | - |
| YUV | 74.37 | 161.66 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 134 | 0 | 0.94 | 0.25 | 0.30 | 315.71 | 0.89 | 0.37 |
| Hex | B2 | A | 86 | 0 | 5E | 19 | 1E | 13C | 59 | 25 |
| Octal | 262 | 12 | 206 | 0 | 136 | 31 | 36 | 474 | 131 | 45 |
| Binary | 10110010 | 1010 | 10000110 | 0 | 1011110 | 11001 | 11110 | 100111100 | 1011001 | 100101 |
Color Harmonies of #B20A86
Complementary color
Monochromatic Colors of #B20A86
Black with #B20A86
Text Example
Text Example
White with #B20A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A86; }
p { color: rgb(178,10,134); }
H1.HeaderClassName
{
color: #B20A86;
}
.AnyTagClassName
{
color: #B20A86;
}
</style>
background-color css
<style>
a { background-color: #B20A86; }
a { background-color: rgb(178,10,134); }
div.DivClassName
{
background-color: #B20A86;
}
.BgClassName
{
background-color: #B20A86;
}
</style>
border-color css
<style>
span { border-color: #B20A86; }
span { border-color: rgb(178,10,134); }
td.TdClassName
{
border-color: #B20A86;
}
.TagClassName
{
border-color: #B20A86;
}
</style>