Shades of Medium Violet Red #B20AA3
Tints of Medium Violet Red #B20AA3
RGB
CMYK
RGB Variations
Color information
#B20AA3 (or 0xB20AA3) is known color: Medium Violet Red. HEX triplet: B2, 0A and A3. RGB value is (178,10,163). Sum of RGB (Red+Green+Blue) = 178+10+163=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B20AA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20AA3 is #4DF55C. Grayscale: #4D4D4D. Windows color (decimal): -5109085 or 10685106. OLE color: 10685106.
HSL color Cylindrical-coordinate representation of color #B20AA3: hue angle of 305.36º 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 #B20AA3 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 163 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.30 |
| HSL | 305.36º | 0.89% | 0.37% | - |
| HSV(B) | 305.36º | 0.94% | 0.7% | - |
| XYZ | 25.08 | 12.33 | 35.71 | - |
| YUV | 77.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 163 | 0 | 0.94 | 0.08 | 0.30 | 305.36 | 0.89 | 0.37 |
| Hex | B2 | A | A3 | 0 | 5E | 8 | 1E | 131 | 59 | 25 |
| Octal | 262 | 12 | 243 | 0 | 136 | 10 | 36 | 461 | 131 | 45 |
| Binary | 10110010 | 1010 | 10100011 | 0 | 1011110 | 1000 | 11110 | 100110001 | 1011001 | 100101 |
Color Harmonies of #B20AA3
Complementary color
Monochromatic Colors of #B20AA3
Black with #B20AA3
Text Example
Text Example
White with #B20AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20AA3; }
p { color: rgb(178,10,163); }
H1.HeaderClassName
{
color: #B20AA3;
}
.AnyTagClassName
{
color: #B20AA3;
}
</style>
background-color css
<style>
a { background-color: #B20AA3; }
a { background-color: rgb(178,10,163); }
div.DivClassName
{
background-color: #B20AA3;
}
.BgClassName
{
background-color: #B20AA3;
}
</style>
border-color css
<style>
span { border-color: #B20AA3; }
span { border-color: rgb(178,10,163); }
td.TdClassName
{
border-color: #B20AA3;
}
.TagClassName
{
border-color: #B20AA3;
}
</style>