Shades of Medium Red Violet #B52C91
Tints of Medium Red Violet #B52C91
RGB
CMYK
RGB Variations
Color information
#B52C91 (or 0xB52C91) is known color: Medium Red Violet. HEX triplet: B5, 2C and 91. RGB value is (181,44,145). Sum of RGB (Red+Green+Blue) = 181+44+145=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52C91 is #4AD36E. Grayscale: #606060. Windows color (decimal): -4903791 or 9514165. OLE color: 9514165.
HSL color Cylindrical-coordinate representation of color #B52C91: hue angle of 315.77º 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 #B52C91 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 145 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.29 |
| HSL | 315.77º | 0.61% | 0.44% | - |
| HSV(B) | 315.77º | 0.76% | 0.71% | - |
| XYZ | 25.07 | 13.67 | 28.11 | - |
| YUV | 96.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 145 | 0 | 0.76 | 0.20 | 0.29 | 315.77 | 0.61 | 0.44 |
| Hex | B5 | 2C | 91 | 0 | 4C | 14 | 1D | 13C | 3D | 2C |
| Octal | 265 | 54 | 221 | 0 | 114 | 24 | 35 | 474 | 75 | 54 |
| Binary | 10110101 | 101100 | 10010001 | 0 | 1001100 | 10100 | 11101 | 100111100 | 111101 | 101100 |
Color Harmonies of #B52C91
Complementary color
Monochromatic Colors of #B52C91
Black with #B52C91
Text Example
Text Example
White with #B52C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C91; }
p { color: rgb(181,44,145); }
H1.HeaderClassName
{
color: #B52C91;
}
.AnyTagClassName
{
color: #B52C91;
}
</style>
background-color css
<style>
a { background-color: #B52C91; }
a { background-color: rgb(181,44,145); }
div.DivClassName
{
background-color: #B52C91;
}
.BgClassName
{
background-color: #B52C91;
}
</style>
border-color css
<style>
span { border-color: #B52C91; }
span { border-color: rgb(181,44,145); }
td.TdClassName
{
border-color: #B52C91;
}
.TagClassName
{
border-color: #B52C91;
}
</style>