Shades of Medium Red Violet #B52D9E
Tints of Medium Red Violet #B52D9E
RGB
CMYK
RGB Variations
Color information
#B52D9E (or 0xB52D9E) is known color: Medium Red Violet. HEX triplet: B5, 2D and 9E. RGB value is (181,45,158). Sum of RGB (Red+Green+Blue) = 181+45+158=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52D9E is #4AD261. Grayscale: #626262. Windows color (decimal): -4903522 or 10366389. OLE color: 10366389.
HSL color Cylindrical-coordinate representation of color #B52D9E: hue angle of 310.15º 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 #B52D9E is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 158 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.29 |
| HSL | 310.15º | 0.6% | 0.44% | - |
| HSV(B) | 310.15º | 0.75% | 0.71% | - |
| XYZ | 26.17 | 14.17 | 33.7 | - |
| YUV | 98.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 158 | 0 | 0.75 | 0.13 | 0.29 | 310.15 | 0.6 | 0.44 |
| Hex | B5 | 2D | 9E | 0 | 4B | D | 1D | 136 | 3C | 2C |
| Octal | 265 | 55 | 236 | 0 | 113 | 15 | 35 | 466 | 74 | 54 |
| Binary | 10110101 | 101101 | 10011110 | 0 | 1001011 | 1101 | 11101 | 100110110 | 111100 | 101100 |
Color Harmonies of #B52D9E
Complementary color
Monochromatic Colors of #B52D9E
Black with #B52D9E
Text Example
Text Example
White with #B52D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D9E; }
p { color: rgb(181,45,158); }
H1.HeaderClassName
{
color: #B52D9E;
}
.AnyTagClassName
{
color: #B52D9E;
}
</style>
background-color css
<style>
a { background-color: #B52D9E; }
a { background-color: rgb(181,45,158); }
div.DivClassName
{
background-color: #B52D9E;
}
.BgClassName
{
background-color: #B52D9E;
}
</style>
border-color css
<style>
span { border-color: #B52D9E; }
span { border-color: rgb(181,45,158); }
td.TdClassName
{
border-color: #B52D9E;
}
.TagClassName
{
border-color: #B52D9E;
}
</style>