Shades of Medium Violet Red #B20FA0
Tints of Medium Violet Red #B20FA0
RGB
CMYK
RGB Variations
Color information
#B20FA0 (or 0xB20FA0) is known color: Medium Violet Red. HEX triplet: B2, 0F and A0. RGB value is (178,15,160). Sum of RGB (Red+Green+Blue) = 178+15+160=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B20FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20FA0 is #4DF05F. Grayscale: #4F4F4F. Windows color (decimal): -5107808 or 10489778. OLE color: 10489778.
HSL color Cylindrical-coordinate representation of color #B20FA0: hue angle of 306.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20FA0 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 15 | 160 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.30 |
| HSL | 306.63º | 0.84% | 0.38% | - |
| HSV(B) | 306.63º | 0.92% | 0.7% | - |
| XYZ | 24.88 | 12.34 | 34.33 | - |
| YUV | 80.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 160 | 0 | 0.92 | 0.10 | 0.30 | 306.63 | 0.84 | 0.38 |
| Hex | B2 | F | A0 | 0 | 5C | A | 1E | 133 | 54 | 26 |
| Octal | 262 | 17 | 240 | 0 | 134 | 12 | 36 | 463 | 124 | 46 |
| Binary | 10110010 | 1111 | 10100000 | 0 | 1011100 | 1010 | 11110 | 100110011 | 1010100 | 100110 |
Color Harmonies of #B20FA0
Complementary color
Monochromatic Colors of #B20FA0
Black with #B20FA0
Text Example
Text Example
White with #B20FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FA0; }
p { color: rgb(178,15,160); }
H1.HeaderClassName
{
color: #B20FA0;
}
.AnyTagClassName
{
color: #B20FA0;
}
</style>
background-color css
<style>
a { background-color: #B20FA0; }
a { background-color: rgb(178,15,160); }
div.DivClassName
{
background-color: #B20FA0;
}
.BgClassName
{
background-color: #B20FA0;
}
</style>
border-color css
<style>
span { border-color: #B20FA0; }
span { border-color: rgb(178,15,160); }
td.TdClassName
{
border-color: #B20FA0;
}
.TagClassName
{
border-color: #B20FA0;
}
</style>