Shades of Medium Violet Red #B20A83
Tints of Medium Violet Red #B20A83
RGB
CMYK
RGB Variations
Color information
#B20A83 (or 0xB20A83) is known color: Medium Violet Red. HEX triplet: B2, 0A and 83. RGB value is (178,10,131). Sum of RGB (Red+Green+Blue) = 178+10+131=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20A83 is #4DF57C. Grayscale: #494949. Windows color (decimal): -5109117 or 8587954. OLE color: 8587954.
HSL color Cylindrical-coordinate representation of color #B20A83: hue angle of 316.79º 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 #B20A83 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 131 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.30 |
| HSL | 316.79º | 0.89% | 0.37% | - |
| HSV(B) | 316.79º | 0.94% | 0.7% | - |
| XYZ | 22.57 | 11.32 | 22.47 | - |
| YUV | 74.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 131 | 0 | 0.94 | 0.26 | 0.30 | 316.79 | 0.89 | 0.37 |
| Hex | B2 | A | 83 | 0 | 5E | 1A | 1E | 13D | 59 | 25 |
| Octal | 262 | 12 | 203 | 0 | 136 | 32 | 36 | 475 | 131 | 45 |
| Binary | 10110010 | 1010 | 10000011 | 0 | 1011110 | 11010 | 11110 | 100111101 | 1011001 | 100101 |
Color Harmonies of #B20A83
Complementary color
Monochromatic Colors of #B20A83
Black with #B20A83
Text Example
Text Example
White with #B20A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A83; }
p { color: rgb(178,10,131); }
H1.HeaderClassName
{
color: #B20A83;
}
.AnyTagClassName
{
color: #B20A83;
}
</style>
background-color css
<style>
a { background-color: #B20A83; }
a { background-color: rgb(178,10,131); }
div.DivClassName
{
background-color: #B20A83;
}
.BgClassName
{
background-color: #B20A83;
}
</style>
border-color css
<style>
span { border-color: #B20A83; }
span { border-color: rgb(178,10,131); }
td.TdClassName
{
border-color: #B20A83;
}
.TagClassName
{
border-color: #B20A83;
}
</style>