Shades of Medium Violet Red #B51297
Tints of Medium Violet Red #B51297
RGB
CMYK
RGB Variations
Color information
#B51297 (or 0xB51297) is known color: Medium Violet Red. HEX triplet: B5, 12 and 97. RGB value is (181,18,151). Sum of RGB (Red+Green+Blue) = 181+18+151=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B51297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51297 is #4AED68. Grayscale: #515151. Windows color (decimal): -4910441 or 9900725. OLE color: 9900725.
HSL color Cylindrical-coordinate representation of color #B51297: hue angle of 311.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51297 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 151 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.29 |
| HSL | 311.04º | 0.82% | 0.39% | - |
| HSV(B) | 311.04º | 0.9% | 0.71% | - |
| XYZ | 24.86 | 12.49 | 30.38 | - |
| YUV | 81.9 | 167 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 151 | 0 | 0.90 | 0.17 | 0.29 | 311.04 | 0.82 | 0.39 |
| Hex | B5 | 12 | 97 | 0 | 5A | 11 | 1D | 137 | 52 | 27 |
| Octal | 265 | 22 | 227 | 0 | 132 | 21 | 35 | 467 | 122 | 47 |
| Binary | 10110101 | 10010 | 10010111 | 0 | 1011010 | 10001 | 11101 | 100110111 | 1010010 | 100111 |
Color Harmonies of #B51297
Complementary color
Monochromatic Colors of #B51297
Black with #B51297
Text Example
Text Example
White with #B51297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51297; }
p { color: rgb(181,18,151); }
H1.HeaderClassName
{
color: #B51297;
}
.AnyTagClassName
{
color: #B51297;
}
</style>
background-color css
<style>
a { background-color: #B51297; }
a { background-color: rgb(181,18,151); }
div.DivClassName
{
background-color: #B51297;
}
.BgClassName
{
background-color: #B51297;
}
</style>
border-color css
<style>
span { border-color: #B51297; }
span { border-color: rgb(181,18,151); }
td.TdClassName
{
border-color: #B51297;
}
.TagClassName
{
border-color: #B51297;
}
</style>