Shades of Medium Violet Red #B20F9F
Tints of Medium Violet Red #B20F9F
RGB
CMYK
RGB Variations
Color information
#B20F9F (or 0xB20F9F) is known color: Medium Violet Red. HEX triplet: B2, 0F and 9F. RGB value is (178,15,159). Sum of RGB (Red+Green+Blue) = 178+15+159=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20F9F is #4DF060. Grayscale: #4F4F4F. Windows color (decimal): -5107809 or 10424242. OLE color: 10424242.
HSL color Cylindrical-coordinate representation of color #B20F9F: hue angle of 306.99º 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 #B20F9F is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 15 | 159 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.30 |
| HSL | 306.99º | 0.84% | 0.38% | - |
| HSV(B) | 306.99º | 0.92% | 0.7% | - |
| XYZ | 24.79 | 12.31 | 33.87 | - |
| YUV | 80.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 159 | 0 | 0.92 | 0.11 | 0.30 | 306.99 | 0.84 | 0.38 |
| Hex | B2 | F | 9F | 0 | 5C | B | 1E | 133 | 54 | 26 |
| Octal | 262 | 17 | 237 | 0 | 134 | 13 | 36 | 463 | 124 | 46 |
| Binary | 10110010 | 1111 | 10011111 | 0 | 1011100 | 1011 | 11110 | 100110011 | 1010100 | 100110 |
Color Harmonies of #B20F9F
Complementary color
Monochromatic Colors of #B20F9F
Black with #B20F9F
Text Example
Text Example
White with #B20F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20F9F; }
p { color: rgb(178,15,159); }
H1.HeaderClassName
{
color: #B20F9F;
}
.AnyTagClassName
{
color: #B20F9F;
}
</style>
background-color css
<style>
a { background-color: #B20F9F; }
a { background-color: rgb(178,15,159); }
div.DivClassName
{
background-color: #B20F9F;
}
.BgClassName
{
background-color: #B20F9F;
}
</style>
border-color css
<style>
span { border-color: #B20F9F; }
span { border-color: rgb(178,15,159); }
td.TdClassName
{
border-color: #B20F9F;
}
.TagClassName
{
border-color: #B20F9F;
}
</style>