Shades of Medium Violet Red #B81297
Tints of Medium Violet Red #B81297
RGB
CMYK
RGB Variations
Color information
#B81297 (or 0xB81297) is known color: Medium Violet Red. HEX triplet: B8, 12 and 97. RGB value is (184,18,151). Sum of RGB (Red+Green+Blue) = 184+18+151=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B81297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81297 is #47ED68. Grayscale: #525252. Windows color (decimal): -4713833 or 9900728. OLE color: 9900728.
HSL color Cylindrical-coordinate representation of color #B81297: hue angle of 311.93º degrees, saturation: 0.82, 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 #B81297 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 151 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.28 |
| HSL | 311.93º | 0.82% | 0.4% | - |
| HSV(B) | 311.93º | 0.9% | 0.72% | - |
| XYZ | 25.57 | 12.86 | 30.41 | - |
| YUV | 82.8 | 166.5 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 151 | 0 | 0.90 | 0.18 | 0.28 | 311.93 | 0.82 | 0.4 |
| Hex | B8 | 12 | 97 | 0 | 5A | 12 | 1C | 138 | 52 | 28 |
| Octal | 270 | 22 | 227 | 0 | 132 | 22 | 34 | 470 | 122 | 50 |
| Binary | 10111000 | 10010 | 10010111 | 0 | 1011010 | 10010 | 11100 | 100111000 | 1010010 | 101000 |
Color Harmonies of #B81297
Complementary color
Monochromatic Colors of #B81297
Black with #B81297
Text Example
Text Example
White with #B81297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81297; }
p { color: rgb(184,18,151); }
H1.HeaderClassName
{
color: #B81297;
}
.AnyTagClassName
{
color: #B81297;
}
</style>
background-color css
<style>
a { background-color: #B81297; }
a { background-color: rgb(184,18,151); }
div.DivClassName
{
background-color: #B81297;
}
.BgClassName
{
background-color: #B81297;
}
</style>
border-color css
<style>
span { border-color: #B81297; }
span { border-color: rgb(184,18,151); }
td.TdClassName
{
border-color: #B81297;
}
.TagClassName
{
border-color: #B81297;
}
</style>