Shades of Medium Violet Red #B81596
Tints of Medium Violet Red #B81596
RGB
CMYK
RGB Variations
Color information
#B81596 (or 0xB81596) is known color: Medium Violet Red. HEX triplet: B8, 15 and 96. RGB value is (184,21,150). Sum of RGB (Red+Green+Blue) = 184+21+150=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B81596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81596 is #47EA69. Grayscale: #545454. Windows color (decimal): -4713066 or 9835960. OLE color: 9835960.
HSL color Cylindrical-coordinate representation of color #B81596: hue angle of 312.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81596 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 150 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.28 |
| HSL | 312.52º | 0.8% | 0.4% | - |
| HSV(B) | 312.52º | 0.89% | 0.72% | - |
| XYZ | 25.54 | 12.93 | 30 | - |
| YUV | 84.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 150 | 0 | 0.89 | 0.18 | 0.28 | 312.52 | 0.8 | 0.4 |
| Hex | B8 | 15 | 96 | 0 | 59 | 12 | 1C | 139 | 50 | 28 |
| Octal | 270 | 25 | 226 | 0 | 131 | 22 | 34 | 471 | 120 | 50 |
| Binary | 10111000 | 10101 | 10010110 | 0 | 1011001 | 10010 | 11100 | 100111001 | 1010000 | 101000 |
Color Harmonies of #B81596
Complementary color
Monochromatic Colors of #B81596
Black with #B81596
Text Example
Text Example
White with #B81596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81596; }
p { color: rgb(184,21,150); }
H1.HeaderClassName
{
color: #B81596;
}
.AnyTagClassName
{
color: #B81596;
}
</style>
background-color css
<style>
a { background-color: #B81596; }
a { background-color: rgb(184,21,150); }
div.DivClassName
{
background-color: #B81596;
}
.BgClassName
{
background-color: #B81596;
}
</style>
border-color css
<style>
span { border-color: #B81596; }
span { border-color: rgb(184,21,150); }
td.TdClassName
{
border-color: #B81596;
}
.TagClassName
{
border-color: #B81596;
}
</style>