Shades of Medium Violet Red #B20B94
Tints of Medium Violet Red #B20B94
RGB
CMYK
RGB Variations
Color information
#B20B94 (or 0xB20B94) is known color: Medium Violet Red. HEX triplet: B2, 0B and 94. RGB value is (178,11,148). Sum of RGB (Red+Green+Blue) = 178+11+148=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20B94 is #4DF46B. Grayscale: #4C4C4C. Windows color (decimal): -5108844 or 9702322. OLE color: 9702322.
HSL color Cylindrical-coordinate representation of color #B20B94: hue angle of 310.78º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20B94 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 11 | 148 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.30 |
| HSL | 310.78º | 0.88% | 0.37% | - |
| HSV(B) | 310.78º | 0.94% | 0.7% | - |
| XYZ | 23.83 | 11.84 | 29.05 | - |
| YUV | 76.55 | 168.33 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 148 | 0 | 0.94 | 0.17 | 0.30 | 310.78 | 0.88 | 0.37 |
| Hex | B2 | B | 94 | 0 | 5E | 11 | 1E | 137 | 58 | 25 |
| Octal | 262 | 13 | 224 | 0 | 136 | 21 | 36 | 467 | 130 | 45 |
| Binary | 10110010 | 1011 | 10010100 | 0 | 1011110 | 10001 | 11110 | 100110111 | 1011000 | 100101 |
Color Harmonies of #B20B94
Complementary color
Monochromatic Colors of #B20B94
Black with #B20B94
Text Example
Text Example
White with #B20B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20B94; }
p { color: rgb(178,11,148); }
H1.HeaderClassName
{
color: #B20B94;
}
.AnyTagClassName
{
color: #B20B94;
}
</style>
background-color css
<style>
a { background-color: #B20B94; }
a { background-color: rgb(178,11,148); }
div.DivClassName
{
background-color: #B20B94;
}
.BgClassName
{
background-color: #B20B94;
}
</style>
border-color css
<style>
span { border-color: #B20B94; }
span { border-color: rgb(178,11,148); }
td.TdClassName
{
border-color: #B20B94;
}
.TagClassName
{
border-color: #B20B94;
}
</style>