Shades of Medium Violet Red #B20C92
Tints of Medium Violet Red #B20C92
RGB
CMYK
RGB Variations
Color information
#B20C92 (or 0xB20C92) is known color: Medium Violet Red. HEX triplet: B2, 0C and 92. RGB value is (178,12,146). Sum of RGB (Red+Green+Blue) = 178+12+146=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20C92 is #4DF36D. Grayscale: #4C4C4C. Windows color (decimal): -5108590 or 9571506. OLE color: 9571506.
HSL color Cylindrical-coordinate representation of color #B20C92: hue angle of 311.57º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C92 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 146 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.30 |
| HSL | 311.57º | 0.87% | 0.37% | - |
| HSV(B) | 311.57º | 0.93% | 0.7% | - |
| XYZ | 23.68 | 11.8 | 28.22 | - |
| YUV | 76.91 | 167 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 146 | 0 | 0.93 | 0.18 | 0.30 | 311.57 | 0.87 | 0.37 |
| Hex | B2 | C | 92 | 0 | 5D | 12 | 1E | 138 | 57 | 25 |
| Octal | 262 | 14 | 222 | 0 | 135 | 22 | 36 | 470 | 127 | 45 |
| Binary | 10110010 | 1100 | 10010010 | 0 | 1011101 | 10010 | 11110 | 100111000 | 1010111 | 100101 |
Color Harmonies of #B20C92
Complementary color
Monochromatic Colors of #B20C92
Black with #B20C92
Text Example
Text Example
White with #B20C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C92; }
p { color: rgb(178,12,146); }
H1.HeaderClassName
{
color: #B20C92;
}
.AnyTagClassName
{
color: #B20C92;
}
</style>
background-color css
<style>
a { background-color: #B20C92; }
a { background-color: rgb(178,12,146); }
div.DivClassName
{
background-color: #B20C92;
}
.BgClassName
{
background-color: #B20C92;
}
</style>
border-color css
<style>
span { border-color: #B20C92; }
span { border-color: rgb(178,12,146); }
td.TdClassName
{
border-color: #B20C92;
}
.TagClassName
{
border-color: #B20C92;
}
</style>