Shades of Medium Red Violet #B52D9A
Tints of Medium Red Violet #B52D9A
RGB
CMYK
RGB Variations
Color information
#B52D9A (or 0xB52D9A) is known color: Medium Red Violet. HEX triplet: B5, 2D and 9A. RGB value is (181,45,154). Sum of RGB (Red+Green+Blue) = 181+45+154=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52D9A is #4AD265. Grayscale: #616161. Windows color (decimal): -4903526 or 10104245. OLE color: 10104245.
HSL color Cylindrical-coordinate representation of color #B52D9A: hue angle of 311.91º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52D9A is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 154 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.29 |
| HSL | 311.91º | 0.6% | 0.44% | - |
| HSV(B) | 311.91º | 0.75% | 0.71% | - |
| XYZ | 25.83 | 14.03 | 31.92 | - |
| YUV | 98.09 | 159.56 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 154 | 0 | 0.75 | 0.15 | 0.29 | 311.91 | 0.6 | 0.44 |
| Hex | B5 | 2D | 9A | 0 | 4B | F | 1D | 138 | 3C | 2C |
| Octal | 265 | 55 | 232 | 0 | 113 | 17 | 35 | 470 | 74 | 54 |
| Binary | 10110101 | 101101 | 10011010 | 0 | 1001011 | 1111 | 11101 | 100111000 | 111100 | 101100 |
Color Harmonies of #B52D9A
Complementary color
Monochromatic Colors of #B52D9A
Black with #B52D9A
Text Example
Text Example
White with #B52D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D9A; }
p { color: rgb(181,45,154); }
H1.HeaderClassName
{
color: #B52D9A;
}
.AnyTagClassName
{
color: #B52D9A;
}
</style>
background-color css
<style>
a { background-color: #B52D9A; }
a { background-color: rgb(181,45,154); }
div.DivClassName
{
background-color: #B52D9A;
}
.BgClassName
{
background-color: #B52D9A;
}
</style>
border-color css
<style>
span { border-color: #B52D9A; }
span { border-color: rgb(181,45,154); }
td.TdClassName
{
border-color: #B52D9A;
}
.TagClassName
{
border-color: #B52D9A;
}
</style>