Shades of Medium Violet Red #B81995
Tints of Medium Violet Red #B81995
RGB
CMYK
RGB Variations
Color information
#B81995 (or 0xB81995) is known color: Medium Violet Red. HEX triplet: B8, 19 and 95. RGB value is (184,25,149). Sum of RGB (Red+Green+Blue) = 184+25+149=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B81995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81995 is #47E66A. Grayscale: #565656. Windows color (decimal): -4712043 or 9771448. OLE color: 9771448.
HSL color Cylindrical-coordinate representation of color #B81995: hue angle of 313.21º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81995 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 149 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.28 |
| HSL | 313.21º | 0.76% | 0.41% | - |
| HSV(B) | 313.21º | 0.86% | 0.72% | - |
| XYZ | 25.54 | 13.06 | 29.61 | - |
| YUV | 86.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 149 | 0 | 0.86 | 0.19 | 0.28 | 313.21 | 0.76 | 0.41 |
| Hex | B8 | 19 | 95 | 0 | 56 | 13 | 1C | 139 | 4C | 29 |
| Octal | 270 | 31 | 225 | 0 | 126 | 23 | 34 | 471 | 114 | 51 |
| Binary | 10111000 | 11001 | 10010101 | 0 | 1010110 | 10011 | 11100 | 100111001 | 1001100 | 101001 |
Color Harmonies of #B81995
Complementary color
Monochromatic Colors of #B81995
Black with #B81995
Text Example
Text Example
White with #B81995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81995; }
p { color: rgb(184,25,149); }
H1.HeaderClassName
{
color: #B81995;
}
.AnyTagClassName
{
color: #B81995;
}
</style>
background-color css
<style>
a { background-color: #B81995; }
a { background-color: rgb(184,25,149); }
div.DivClassName
{
background-color: #B81995;
}
.BgClassName
{
background-color: #B81995;
}
</style>
border-color css
<style>
span { border-color: #B81995; }
span { border-color: rgb(184,25,149); }
td.TdClassName
{
border-color: #B81995;
}
.TagClassName
{
border-color: #B81995;
}
</style>