Shades of Medium Violet Red #B81796
Tints of Medium Violet Red #B81796
RGB
CMYK
RGB Variations
Color information
#B81796 (or 0xB81796) is known color: Medium Violet Red. HEX triplet: B8, 17 and 96. RGB value is (184,23,150). Sum of RGB (Red+Green+Blue) = 184+23+150=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B81796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81796 is #47E869. Grayscale: #555555. Windows color (decimal): -4712554 or 9836472. OLE color: 9836472.
HSL color Cylindrical-coordinate representation of color #B81796: hue angle of 312.67º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81796 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 150 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.28 |
| HSL | 312.67º | 0.78% | 0.41% | - |
| HSV(B) | 312.67º | 0.88% | 0.72% | - |
| XYZ | 25.58 | 13.01 | 30.02 | - |
| YUV | 85.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 150 | 0 | 0.88 | 0.18 | 0.28 | 312.67 | 0.78 | 0.41 |
| Hex | B8 | 17 | 96 | 0 | 58 | 12 | 1C | 139 | 4E | 29 |
| Octal | 270 | 27 | 226 | 0 | 130 | 22 | 34 | 471 | 116 | 51 |
| Binary | 10111000 | 10111 | 10010110 | 0 | 1011000 | 10010 | 11100 | 100111001 | 1001110 | 101001 |
Color Harmonies of #B81796
Complementary color
Monochromatic Colors of #B81796
Black with #B81796
Text Example
Text Example
White with #B81796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81796; }
p { color: rgb(184,23,150); }
H1.HeaderClassName
{
color: #B81796;
}
.AnyTagClassName
{
color: #B81796;
}
</style>
background-color css
<style>
a { background-color: #B81796; }
a { background-color: rgb(184,23,150); }
div.DivClassName
{
background-color: #B81796;
}
.BgClassName
{
background-color: #B81796;
}
</style>
border-color css
<style>
span { border-color: #B81796; }
span { border-color: rgb(184,23,150); }
td.TdClassName
{
border-color: #B81796;
}
.TagClassName
{
border-color: #B81796;
}
</style>