Shades of Medium Violet Red #B51292
Tints of Medium Violet Red #B51292
RGB
CMYK
RGB Variations
Color information
#B51292 (or 0xB51292) is known color: Medium Violet Red. HEX triplet: B5, 12 and 92. RGB value is (181,18,146). Sum of RGB (Red+Green+Blue) = 181+18+146=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B51292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51292 is #4AED6D. Grayscale: #505050. Windows color (decimal): -4910446 or 9573045. OLE color: 9573045.
HSL color Cylindrical-coordinate representation of color #B51292: hue angle of 312.88º 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 #B51292 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 146 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.29 |
| HSL | 312.88º | 0.82% | 0.39% | - |
| HSV(B) | 312.88º | 0.9% | 0.71% | - |
| XYZ | 24.46 | 12.33 | 28.29 | - |
| YUV | 81.33 | 164.5 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 146 | 0 | 0.90 | 0.19 | 0.29 | 312.88 | 0.82 | 0.39 |
| Hex | B5 | 12 | 92 | 0 | 5A | 13 | 1D | 139 | 52 | 27 |
| Octal | 265 | 22 | 222 | 0 | 132 | 23 | 35 | 471 | 122 | 47 |
| Binary | 10110101 | 10010 | 10010010 | 0 | 1011010 | 10011 | 11101 | 100111001 | 1010010 | 100111 |
Color Harmonies of #B51292
Complementary color
Monochromatic Colors of #B51292
Black with #B51292
Text Example
Text Example
White with #B51292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51292; }
p { color: rgb(181,18,146); }
H1.HeaderClassName
{
color: #B51292;
}
.AnyTagClassName
{
color: #B51292;
}
</style>
background-color css
<style>
a { background-color: #B51292; }
a { background-color: rgb(181,18,146); }
div.DivClassName
{
background-color: #B51292;
}
.BgClassName
{
background-color: #B51292;
}
</style>
border-color css
<style>
span { border-color: #B51292; }
span { border-color: rgb(181,18,146); }
td.TdClassName
{
border-color: #B51292;
}
.TagClassName
{
border-color: #B51292;
}
</style>