Shades of Medium Violet Red #B81397
Tints of Medium Violet Red #B81397
RGB
CMYK
RGB Variations
Color information
#B81397 (or 0xB81397) is known color: Medium Violet Red. HEX triplet: B8, 13 and 97. RGB value is (184,19,151). Sum of RGB (Red+Green+Blue) = 184+19+151=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B81397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81397 is #47EC68. Grayscale: #535353. Windows color (decimal): -4713577 or 9900984. OLE color: 9900984.
HSL color Cylindrical-coordinate representation of color #B81397: hue angle of 312º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81397 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 151 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.28 |
| HSL | 312º | 0.81% | 0.4% | - |
| HSV(B) | 312º | 0.9% | 0.72% | - |
| XYZ | 25.59 | 12.89 | 30.42 | - |
| YUV | 83.38 | 166.16 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 151 | 0 | 0.90 | 0.18 | 0.28 | 312 | 0.81 | 0.4 |
| Hex | B8 | 13 | 97 | 0 | 5A | 12 | 1C | 138 | 51 | 28 |
| Octal | 270 | 23 | 227 | 0 | 132 | 22 | 34 | 470 | 121 | 50 |
| Binary | 10111000 | 10011 | 10010111 | 0 | 1011010 | 10010 | 11100 | 100111000 | 1010001 | 101000 |
Color Harmonies of #B81397
Complementary color
Monochromatic Colors of #B81397
Black with #B81397
Text Example
Text Example
White with #B81397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81397; }
p { color: rgb(184,19,151); }
H1.HeaderClassName
{
color: #B81397;
}
.AnyTagClassName
{
color: #B81397;
}
</style>
background-color css
<style>
a { background-color: #B81397; }
a { background-color: rgb(184,19,151); }
div.DivClassName
{
background-color: #B81397;
}
.BgClassName
{
background-color: #B81397;
}
</style>
border-color css
<style>
span { border-color: #B81397; }
span { border-color: rgb(184,19,151); }
td.TdClassName
{
border-color: #B81397;
}
.TagClassName
{
border-color: #B81397;
}
</style>