Shades of Medium Violet Red #B81497
Tints of Medium Violet Red #B81497
RGB
CMYK
RGB Variations
Color information
#B81497 (or 0xB81497) is known color: Medium Violet Red. HEX triplet: B8, 14 and 97. RGB value is (184,20,151). Sum of RGB (Red+Green+Blue) = 184+20+151=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B81497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81497 is #47EB68. Grayscale: #535353. Windows color (decimal): -4713321 or 9901240. OLE color: 9901240.
HSL color Cylindrical-coordinate representation of color #B81497: hue angle of 312.07º 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 #B81497 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 151 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.28 |
| HSL | 312.07º | 0.8% | 0.4% | - |
| HSV(B) | 312.07º | 0.89% | 0.72% | - |
| XYZ | 25.6 | 12.93 | 30.42 | - |
| YUV | 83.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 151 | 0 | 0.89 | 0.18 | 0.28 | 312.07 | 0.8 | 0.4 |
| Hex | B8 | 14 | 97 | 0 | 59 | 12 | 1C | 138 | 50 | 28 |
| Octal | 270 | 24 | 227 | 0 | 131 | 22 | 34 | 470 | 120 | 50 |
| Binary | 10111000 | 10100 | 10010111 | 0 | 1011001 | 10010 | 11100 | 100111000 | 1010000 | 101000 |
Color Harmonies of #B81497
Complementary color
Monochromatic Colors of #B81497
Black with #B81497
Text Example
Text Example
White with #B81497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81497; }
p { color: rgb(184,20,151); }
H1.HeaderClassName
{
color: #B81497;
}
.AnyTagClassName
{
color: #B81497;
}
</style>
background-color css
<style>
a { background-color: #B81497; }
a { background-color: rgb(184,20,151); }
div.DivClassName
{
background-color: #B81497;
}
.BgClassName
{
background-color: #B81497;
}
</style>
border-color css
<style>
span { border-color: #B81497; }
span { border-color: rgb(184,20,151); }
td.TdClassName
{
border-color: #B81497;
}
.TagClassName
{
border-color: #B81497;
}
</style>