Shades of Medium Violet Red #B51392
Tints of Medium Violet Red #B51392
RGB
CMYK
RGB Variations
Color information
#B51392 (or 0xB51392) is known color: Medium Violet Red. HEX triplet: B5, 13 and 92. RGB value is (181,19,146). Sum of RGB (Red+Green+Blue) = 181+19+146=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B51392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51392 is #4AEC6D. Grayscale: #515151. Windows color (decimal): -4910190 or 9573301. OLE color: 9573301.
HSL color Cylindrical-coordinate representation of color #B51392: hue angle of 312.96º degrees, saturation: 0.81, 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 #B51392 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 146 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.29 |
| HSL | 312.96º | 0.81% | 0.39% | - |
| HSV(B) | 312.96º | 0.9% | 0.71% | - |
| XYZ | 24.48 | 12.36 | 28.29 | - |
| YUV | 81.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 146 | 0 | 0.90 | 0.19 | 0.29 | 312.96 | 0.81 | 0.39 |
| Hex | B5 | 13 | 92 | 0 | 5A | 13 | 1D | 139 | 51 | 27 |
| Octal | 265 | 23 | 222 | 0 | 132 | 23 | 35 | 471 | 121 | 47 |
| Binary | 10110101 | 10011 | 10010010 | 0 | 1011010 | 10011 | 11101 | 100111001 | 1010001 | 100111 |
Color Harmonies of #B51392
Complementary color
Monochromatic Colors of #B51392
Black with #B51392
Text Example
Text Example
White with #B51392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51392; }
p { color: rgb(181,19,146); }
H1.HeaderClassName
{
color: #B51392;
}
.AnyTagClassName
{
color: #B51392;
}
</style>
background-color css
<style>
a { background-color: #B51392; }
a { background-color: rgb(181,19,146); }
div.DivClassName
{
background-color: #B51392;
}
.BgClassName
{
background-color: #B51392;
}
</style>
border-color css
<style>
span { border-color: #B51392; }
span { border-color: rgb(181,19,146); }
td.TdClassName
{
border-color: #B51392;
}
.TagClassName
{
border-color: #B51392;
}
</style>