Shades of Medium Red Violet #B52C89
Tints of Medium Red Violet #B52C89
RGB
CMYK
RGB Variations
Color information
#B52C89 (or 0xB52C89) is known color: Medium Red Violet. HEX triplet: B5, 2C and 89. RGB value is (181,44,137). Sum of RGB (Red+Green+Blue) = 181+44+137=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52C89 is #4AD376. Grayscale: #5F5F5F. Windows color (decimal): -4903799 or 8989877. OLE color: 8989877.
HSL color Cylindrical-coordinate representation of color #B52C89: hue angle of 319.27º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52C89 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 137 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.29 |
| HSL | 319.27º | 0.61% | 0.44% | - |
| HSV(B) | 319.27º | 0.76% | 0.71% | - |
| XYZ | 24.47 | 13.43 | 24.97 | - |
| YUV | 95.57 | 151.39 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 137 | 0 | 0.76 | 0.24 | 0.29 | 319.27 | 0.61 | 0.44 |
| Hex | B5 | 2C | 89 | 0 | 4C | 18 | 1D | 13F | 3D | 2C |
| Octal | 265 | 54 | 211 | 0 | 114 | 30 | 35 | 477 | 75 | 54 |
| Binary | 10110101 | 101100 | 10001001 | 0 | 1001100 | 11000 | 11101 | 100111111 | 111101 | 101100 |
Color Harmonies of #B52C89
Complementary color
Monochromatic Colors of #B52C89
Black with #B52C89
Text Example
Text Example
White with #B52C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C89; }
p { color: rgb(181,44,137); }
H1.HeaderClassName
{
color: #B52C89;
}
.AnyTagClassName
{
color: #B52C89;
}
</style>
background-color css
<style>
a { background-color: #B52C89; }
a { background-color: rgb(181,44,137); }
div.DivClassName
{
background-color: #B52C89;
}
.BgClassName
{
background-color: #B52C89;
}
</style>
border-color css
<style>
span { border-color: #B52C89; }
span { border-color: rgb(181,44,137); }
td.TdClassName
{
border-color: #B52C89;
}
.TagClassName
{
border-color: #B52C89;
}
</style>