Shades of Medium Violet Red #B20996
Tints of Medium Violet Red #B20996
RGB
CMYK
RGB Variations
Color information
#B20996 (or 0xB20996) is known color: Medium Violet Red. HEX triplet: B2, 09 and 96. RGB value is (178,9,150). Sum of RGB (Red+Green+Blue) = 178+9+150=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B20996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20996 is #4DF669. Grayscale: #4B4B4B. Windows color (decimal): -5109354 or 9832882. OLE color: 9832882.
HSL color Cylindrical-coordinate representation of color #B20996: hue angle of 309.94º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20996 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 150 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.30 |
| HSL | 309.94º | 0.9% | 0.37% | - |
| HSV(B) | 309.94º | 0.95% | 0.7% | - |
| XYZ | 23.96 | 11.86 | 29.88 | - |
| YUV | 75.61 | 169.99 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 150 | 0 | 0.95 | 0.16 | 0.30 | 309.94 | 0.9 | 0.37 |
| Hex | B2 | 9 | 96 | 0 | 5F | 10 | 1E | 136 | 5A | 25 |
| Octal | 262 | 11 | 226 | 0 | 137 | 20 | 36 | 466 | 132 | 45 |
| Binary | 10110010 | 1001 | 10010110 | 0 | 1011111 | 10000 | 11110 | 100110110 | 1011010 | 100101 |
Color Harmonies of #B20996
Complementary color
Monochromatic Colors of #B20996
Black with #B20996
Text Example
Text Example
White with #B20996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20996; }
p { color: rgb(178,9,150); }
H1.HeaderClassName
{
color: #B20996;
}
.AnyTagClassName
{
color: #B20996;
}
</style>
background-color css
<style>
a { background-color: #B20996; }
a { background-color: rgb(178,9,150); }
div.DivClassName
{
background-color: #B20996;
}
.BgClassName
{
background-color: #B20996;
}
</style>
border-color css
<style>
span { border-color: #B20996; }
span { border-color: rgb(178,9,150); }
td.TdClassName
{
border-color: #B20996;
}
.TagClassName
{
border-color: #B20996;
}
</style>