Shades of Medium Violet Red #B20C78
Tints of Medium Violet Red #B20C78
RGB
CMYK
RGB Variations
Color information
#B20C78 (or 0xB20C78) is known color: Medium Violet Red. HEX triplet: B2, 0C and 78. RGB value is (178,12,120). Sum of RGB (Red+Green+Blue) = 178+12+120=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C78 is #4DF387. Grayscale: #494949. Windows color (decimal): -5108616 or 7867570. OLE color: 7867570.
HSL color Cylindrical-coordinate representation of color #B20C78: hue angle of 320.96º 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 #B20C78 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 120 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.30 |
| HSL | 320.96º | 0.87% | 0.37% | - |
| HSV(B) | 320.96º | 0.93% | 0.7% | - |
| XYZ | 21.88 | 11.08 | 18.76 | - |
| YUV | 73.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 120 | 0 | 0.93 | 0.33 | 0.30 | 320.96 | 0.87 | 0.37 |
| Hex | B2 | C | 78 | 0 | 5D | 21 | 1E | 141 | 57 | 25 |
| Octal | 262 | 14 | 170 | 0 | 135 | 41 | 36 | 501 | 127 | 45 |
| Binary | 10110010 | 1100 | 1111000 | 0 | 1011101 | 100001 | 11110 | 101000001 | 1010111 | 100101 |
Color Harmonies of #B20C78
Complementary color
Monochromatic Colors of #B20C78
Black with #B20C78
Text Example
Text Example
White with #B20C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C78; }
p { color: rgb(178,12,120); }
H1.HeaderClassName
{
color: #B20C78;
}
.AnyTagClassName
{
color: #B20C78;
}
</style>
background-color css
<style>
a { background-color: #B20C78; }
a { background-color: rgb(178,12,120); }
div.DivClassName
{
background-color: #B20C78;
}
.BgClassName
{
background-color: #B20C78;
}
</style>
border-color css
<style>
span { border-color: #B20C78; }
span { border-color: rgb(178,12,120); }
td.TdClassName
{
border-color: #B20C78;
}
.TagClassName
{
border-color: #B20C78;
}
</style>