Shades of Medium Violet Red #B52092
Tints of Medium Violet Red #B52092
RGB
CMYK
RGB Variations
Color information
#B52092 (or 0xB52092) is known color: Medium Violet Red. HEX triplet: B5, 20 and 92. RGB value is (181,32,146). Sum of RGB (Red+Green+Blue) = 181+32+146=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B52092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52092 is #4ADF6D. Grayscale: #595959. Windows color (decimal): -4906862 or 9576629. OLE color: 9576629.
HSL color Cylindrical-coordinate representation of color #B52092: hue angle of 314.09º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52092 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 146 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.29 |
| HSL | 314.09º | 0.7% | 0.42% | - |
| HSV(B) | 314.09º | 0.82% | 0.71% | - |
| XYZ | 24.76 | 12.93 | 28.39 | - |
| YUV | 89.55 | 159.86 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 146 | 0 | 0.82 | 0.19 | 0.29 | 314.09 | 0.7 | 0.42 |
| Hex | B5 | 20 | 92 | 0 | 52 | 13 | 1D | 13A | 46 | 2A |
| Octal | 265 | 40 | 222 | 0 | 122 | 23 | 35 | 472 | 106 | 52 |
| Binary | 10110101 | 100000 | 10010010 | 0 | 1010010 | 10011 | 11101 | 100111010 | 1000110 | 101010 |
Color Harmonies of #B52092
Complementary color
Monochromatic Colors of #B52092
Black with #B52092
Text Example
Text Example
White with #B52092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52092; }
p { color: rgb(181,32,146); }
H1.HeaderClassName
{
color: #B52092;
}
.AnyTagClassName
{
color: #B52092;
}
</style>
background-color css
<style>
a { background-color: #B52092; }
a { background-color: rgb(181,32,146); }
div.DivClassName
{
background-color: #B52092;
}
.BgClassName
{
background-color: #B52092;
}
</style>
border-color css
<style>
span { border-color: #B52092; }
span { border-color: rgb(181,32,146); }
td.TdClassName
{
border-color: #B52092;
}
.TagClassName
{
border-color: #B52092;
}
</style>