Shades of Medium Red Violet #B52C93
Tints of Medium Red Violet #B52C93
RGB
CMYK
RGB Variations
Color information
#B52C93 (or 0xB52C93) is known color: Medium Red Violet. HEX triplet: B5, 2C and 93. RGB value is (181,44,147). Sum of RGB (Red+Green+Blue) = 181+44+147=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52C93 is #4AD36C. Grayscale: #606060. Windows color (decimal): -4903789 or 9645237. OLE color: 9645237.
HSL color Cylindrical-coordinate representation of color #B52C93: hue angle of 314.89º 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 #B52C93 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 147 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.29 |
| HSL | 314.89º | 0.61% | 0.44% | - |
| HSV(B) | 314.89º | 0.76% | 0.71% | - |
| XYZ | 25.22 | 13.73 | 28.92 | - |
| YUV | 96.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 147 | 0 | 0.76 | 0.19 | 0.29 | 314.89 | 0.61 | 0.44 |
| Hex | B5 | 2C | 93 | 0 | 4C | 13 | 1D | 13B | 3D | 2C |
| Octal | 265 | 54 | 223 | 0 | 114 | 23 | 35 | 473 | 75 | 54 |
| Binary | 10110101 | 101100 | 10010011 | 0 | 1001100 | 10011 | 11101 | 100111011 | 111101 | 101100 |
Color Harmonies of #B52C93
Complementary color
Monochromatic Colors of #B52C93
Black with #B52C93
Text Example
Text Example
White with #B52C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C93; }
p { color: rgb(181,44,147); }
H1.HeaderClassName
{
color: #B52C93;
}
.AnyTagClassName
{
color: #B52C93;
}
</style>
background-color css
<style>
a { background-color: #B52C93; }
a { background-color: rgb(181,44,147); }
div.DivClassName
{
background-color: #B52C93;
}
.BgClassName
{
background-color: #B52C93;
}
</style>
border-color css
<style>
span { border-color: #B52C93; }
span { border-color: rgb(181,44,147); }
td.TdClassName
{
border-color: #B52C93;
}
.TagClassName
{
border-color: #B52C93;
}
</style>