Shades of Medium Red Violet #B52993
Tints of Medium Red Violet #B52993
RGB
CMYK
RGB Variations
Color information
#B52993 (or 0xB52993) is known color: Medium Red Violet. HEX triplet: B5, 29 and 93. RGB value is (181,41,147). Sum of RGB (Red+Green+Blue) = 181+41+147=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B52993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52993 is #4AD66C. Grayscale: #5E5E5E. Windows color (decimal): -4904557 or 9644469. OLE color: 9644469.
HSL color Cylindrical-coordinate representation of color #B52993: hue angle of 314.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52993 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 147 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.29 |
| HSL | 314.57º | 0.63% | 0.44% | - |
| HSV(B) | 314.57º | 0.77% | 0.71% | - |
| XYZ | 25.12 | 13.52 | 28.89 | - |
| YUV | 94.94 | 157.38 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 147 | 0 | 0.77 | 0.19 | 0.29 | 314.57 | 0.63 | 0.44 |
| Hex | B5 | 29 | 93 | 0 | 4D | 13 | 1D | 13B | 3F | 2C |
| Octal | 265 | 51 | 223 | 0 | 115 | 23 | 35 | 473 | 77 | 54 |
| Binary | 10110101 | 101001 | 10010011 | 0 | 1001101 | 10011 | 11101 | 100111011 | 111111 | 101100 |
Color Harmonies of #B52993
Complementary color
Monochromatic Colors of #B52993
Black with #B52993
Text Example
Text Example
White with #B52993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52993; }
p { color: rgb(181,41,147); }
H1.HeaderClassName
{
color: #B52993;
}
.AnyTagClassName
{
color: #B52993;
}
</style>
background-color css
<style>
a { background-color: #B52993; }
a { background-color: rgb(181,41,147); }
div.DivClassName
{
background-color: #B52993;
}
.BgClassName
{
background-color: #B52993;
}
</style>
border-color css
<style>
span { border-color: #B52993; }
span { border-color: rgb(181,41,147); }
td.TdClassName
{
border-color: #B52993;
}
.TagClassName
{
border-color: #B52993;
}
</style>