Shades of Medium Violet Red #B21796
Tints of Medium Violet Red #B21796
RGB
CMYK
RGB Variations
Color information
#B21796 (or 0xB21796) is known color: Medium Violet Red. HEX triplet: B2, 17 and 96. RGB value is (178,23,150). Sum of RGB (Red+Green+Blue) = 178+23+150=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B21796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21796 is #4DE869. Grayscale: #535353. Windows color (decimal): -5105770 or 9836466. OLE color: 9836466.
HSL color Cylindrical-coordinate representation of color #B21796: hue angle of 310.84º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21796 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 150 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.30 |
| HSL | 310.84º | 0.77% | 0.39% | - |
| HSV(B) | 310.84º | 0.87% | 0.7% | - |
| XYZ | 24.17 | 12.28 | 29.95 | - |
| YUV | 83.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 150 | 0 | 0.87 | 0.16 | 0.30 | 310.84 | 0.77 | 0.39 |
| Hex | B2 | 17 | 96 | 0 | 57 | 10 | 1E | 137 | 4D | 27 |
| Octal | 262 | 27 | 226 | 0 | 127 | 20 | 36 | 467 | 115 | 47 |
| Binary | 10110010 | 10111 | 10010110 | 0 | 1010111 | 10000 | 11110 | 100110111 | 1001101 | 100111 |
Color Harmonies of #B21796
Complementary color
Monochromatic Colors of #B21796
Black with #B21796
Text Example
Text Example
White with #B21796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21796; }
p { color: rgb(178,23,150); }
H1.HeaderClassName
{
color: #B21796;
}
.AnyTagClassName
{
color: #B21796;
}
</style>
background-color css
<style>
a { background-color: #B21796; }
a { background-color: rgb(178,23,150); }
div.DivClassName
{
background-color: #B21796;
}
.BgClassName
{
background-color: #B21796;
}
</style>
border-color css
<style>
span { border-color: #B21796; }
span { border-color: rgb(178,23,150); }
td.TdClassName
{
border-color: #B21796;
}
.TagClassName
{
border-color: #B21796;
}
</style>