Shades of Medium Red Violet #B52892
Tints of Medium Red Violet #B52892
RGB
CMYK
RGB Variations
Color information
#B52892 (or 0xB52892) is known color: Medium Red Violet. HEX triplet: B5, 28 and 92. RGB value is (181,40,146). Sum of RGB (Red+Green+Blue) = 181+40+146=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B52892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52892 is #4AD76D. Grayscale: #5D5D5D. Windows color (decimal): -4904814 or 9578677. OLE color: 9578677.
HSL color Cylindrical-coordinate representation of color #B52892: hue angle of 314.89º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52892 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 146 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.29 |
| HSL | 314.89º | 0.64% | 0.43% | - |
| HSV(B) | 314.89º | 0.78% | 0.71% | - |
| XYZ | 25 | 13.42 | 28.47 | - |
| YUV | 94.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 146 | 0 | 0.78 | 0.19 | 0.29 | 314.89 | 0.64 | 0.43 |
| Hex | B5 | 28 | 92 | 0 | 4E | 13 | 1D | 13B | 40 | 2B |
| Octal | 265 | 50 | 222 | 0 | 116 | 23 | 35 | 473 | 100 | 53 |
| Binary | 10110101 | 101000 | 10010010 | 0 | 1001110 | 10011 | 11101 | 100111011 | 1000000 | 101011 |
Color Harmonies of #B52892
Complementary color
Monochromatic Colors of #B52892
Black with #B52892
Text Example
Text Example
White with #B52892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52892; }
p { color: rgb(181,40,146); }
H1.HeaderClassName
{
color: #B52892;
}
.AnyTagClassName
{
color: #B52892;
}
</style>
background-color css
<style>
a { background-color: #B52892; }
a { background-color: rgb(181,40,146); }
div.DivClassName
{
background-color: #B52892;
}
.BgClassName
{
background-color: #B52892;
}
</style>
border-color css
<style>
span { border-color: #B52892; }
span { border-color: rgb(181,40,146); }
td.TdClassName
{
border-color: #B52892;
}
.TagClassName
{
border-color: #B52892;
}
</style>