Shades of Medium Violet Red #B20FA3
Tints of Medium Violet Red #B20FA3
RGB
CMYK
RGB Variations
Color information
#B20FA3 (or 0xB20FA3) is known color: Medium Violet Red. HEX triplet: B2, 0F and A3. RGB value is (178,15,163). Sum of RGB (Red+Green+Blue) = 178+15+163=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B20FA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20FA3 is #4DF05C. Grayscale: #505050. Windows color (decimal): -5107805 or 10686386. OLE color: 10686386.
HSL color Cylindrical-coordinate representation of color #B20FA3: hue angle of 305.52º 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 #B20FA3 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 15 | 163 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.30 |
| HSL | 305.52º | 0.84% | 0.38% | - |
| HSV(B) | 305.52º | 0.92% | 0.7% | - |
| XYZ | 25.14 | 12.45 | 35.73 | - |
| YUV | 80.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 163 | 0 | 0.92 | 0.08 | 0.30 | 305.52 | 0.84 | 0.38 |
| Hex | B2 | F | A3 | 0 | 5C | 8 | 1E | 132 | 54 | 26 |
| Octal | 262 | 17 | 243 | 0 | 134 | 10 | 36 | 462 | 124 | 46 |
| Binary | 10110010 | 1111 | 10100011 | 0 | 1011100 | 1000 | 11110 | 100110010 | 1010100 | 100110 |
Color Harmonies of #B20FA3
Complementary color
Monochromatic Colors of #B20FA3
Black with #B20FA3
Text Example
Text Example
White with #B20FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FA3; }
p { color: rgb(178,15,163); }
H1.HeaderClassName
{
color: #B20FA3;
}
.AnyTagClassName
{
color: #B20FA3;
}
</style>
background-color css
<style>
a { background-color: #B20FA3; }
a { background-color: rgb(178,15,163); }
div.DivClassName
{
background-color: #B20FA3;
}
.BgClassName
{
background-color: #B20FA3;
}
</style>
border-color css
<style>
span { border-color: #B20FA3; }
span { border-color: rgb(178,15,163); }
td.TdClassName
{
border-color: #B20FA3;
}
.TagClassName
{
border-color: #B20FA3;
}
</style>