Shades of Medium Red Violet #B52994
Tints of Medium Red Violet #B52994
RGB
CMYK
RGB Variations
Color information
#B52994 (or 0xB52994) is known color: Medium Red Violet. HEX triplet: B5, 29 and 94. RGB value is (181,41,148). Sum of RGB (Red+Green+Blue) = 181+41+148=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B52994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52994 is #4AD66B. Grayscale: #5E5E5E. Windows color (decimal): -4904556 or 9710005. OLE color: 9710005.
HSL color Cylindrical-coordinate representation of color #B52994: hue angle of 314.14º 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 #B52994 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 148 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.29 |
| HSL | 314.14º | 0.63% | 0.44% | - |
| HSV(B) | 314.14º | 0.77% | 0.71% | - |
| XYZ | 25.19 | 13.55 | 29.3 | - |
| YUV | 95.06 | 157.88 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 148 | 0 | 0.77 | 0.18 | 0.29 | 314.14 | 0.63 | 0.44 |
| Hex | B5 | 29 | 94 | 0 | 4D | 12 | 1D | 13A | 3F | 2C |
| Octal | 265 | 51 | 224 | 0 | 115 | 22 | 35 | 472 | 77 | 54 |
| Binary | 10110101 | 101001 | 10010100 | 0 | 1001101 | 10010 | 11101 | 100111010 | 111111 | 101100 |
Color Harmonies of #B52994
Complementary color
Monochromatic Colors of #B52994
Black with #B52994
Text Example
Text Example
White with #B52994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52994; }
p { color: rgb(181,41,148); }
H1.HeaderClassName
{
color: #B52994;
}
.AnyTagClassName
{
color: #B52994;
}
</style>
background-color css
<style>
a { background-color: #B52994; }
a { background-color: rgb(181,41,148); }
div.DivClassName
{
background-color: #B52994;
}
.BgClassName
{
background-color: #B52994;
}
</style>
border-color css
<style>
span { border-color: #B52994; }
span { border-color: rgb(181,41,148); }
td.TdClassName
{
border-color: #B52994;
}
.TagClassName
{
border-color: #B52994;
}
</style>