Shades of Medium Red Violet #B52389
Tints of Medium Red Violet #B52389
RGB
CMYK
RGB Variations
Color information
#B52389 (or 0xB52389) is known color: Medium Red Violet. HEX triplet: B5, 23 and 89. RGB value is (181,35,137). Sum of RGB (Red+Green+Blue) = 181+35+137=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B52389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52389 is #4ADC76. Grayscale: #5A5A5A. Windows color (decimal): -4906103 or 8987573. OLE color: 8987573.
HSL color Cylindrical-coordinate representation of color #B52389: hue angle of 318.08º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52389 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 137 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.29 |
| HSL | 318.08º | 0.68% | 0.42% | - |
| HSV(B) | 318.08º | 0.81% | 0.71% | - |
| XYZ | 24.17 | 12.83 | 24.87 | - |
| YUV | 90.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 137 | 0 | 0.81 | 0.24 | 0.29 | 318.08 | 0.68 | 0.42 |
| Hex | B5 | 23 | 89 | 0 | 51 | 18 | 1D | 13E | 44 | 2A |
| Octal | 265 | 43 | 211 | 0 | 121 | 30 | 35 | 476 | 104 | 52 |
| Binary | 10110101 | 100011 | 10001001 | 0 | 1010001 | 11000 | 11101 | 100111110 | 1000100 | 101010 |
Color Harmonies of #B52389
Complementary color
Monochromatic Colors of #B52389
Black with #B52389
Text Example
Text Example
White with #B52389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52389; }
p { color: rgb(181,35,137); }
H1.HeaderClassName
{
color: #B52389;
}
.AnyTagClassName
{
color: #B52389;
}
</style>
background-color css
<style>
a { background-color: #B52389; }
a { background-color: rgb(181,35,137); }
div.DivClassName
{
background-color: #B52389;
}
.BgClassName
{
background-color: #B52389;
}
</style>
border-color css
<style>
span { border-color: #B52389; }
span { border-color: rgb(181,35,137); }
td.TdClassName
{
border-color: #B52389;
}
.TagClassName
{
border-color: #B52389;
}
</style>