Shades of Medium Red Violet #B524A0
Tints of Medium Red Violet #B524A0
RGB
CMYK
RGB Variations
Color information
#B524A0 (or 0xB524A0) is known color: Medium Red Violet. HEX triplet: B5, 24 and A0. RGB value is (181,36,160). Sum of RGB (Red+Green+Blue) = 181+36+160=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B524A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B524A0 is #4ADB5F. Grayscale: #5D5D5D. Windows color (decimal): -4905824 or 10495157. OLE color: 10495157.
HSL color Cylindrical-coordinate representation of color #B524A0: hue angle of 308.69º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B524A0 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 160 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.29 |
| HSL | 308.69º | 0.67% | 0.43% | - |
| HSV(B) | 308.69º | 0.8% | 0.71% | - |
| XYZ | 26.03 | 13.62 | 34.52 | - |
| YUV | 93.49 | 165.54 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 160 | 0 | 0.80 | 0.12 | 0.29 | 308.69 | 0.67 | 0.43 |
| Hex | B5 | 24 | A0 | 0 | 50 | C | 1D | 135 | 43 | 2B |
| Octal | 265 | 44 | 240 | 0 | 120 | 14 | 35 | 465 | 103 | 53 |
| Binary | 10110101 | 100100 | 10100000 | 0 | 1010000 | 1100 | 11101 | 100110101 | 1000011 | 101011 |
Color Harmonies of #B524A0
Complementary color
Monochromatic Colors of #B524A0
Black with #B524A0
Text Example
Text Example
White with #B524A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B524A0; }
p { color: rgb(181,36,160); }
H1.HeaderClassName
{
color: #B524A0;
}
.AnyTagClassName
{
color: #B524A0;
}
</style>
background-color css
<style>
a { background-color: #B524A0; }
a { background-color: rgb(181,36,160); }
div.DivClassName
{
background-color: #B524A0;
}
.BgClassName
{
background-color: #B524A0;
}
</style>
border-color css
<style>
span { border-color: #B524A0; }
span { border-color: rgb(181,36,160); }
td.TdClassName
{
border-color: #B524A0;
}
.TagClassName
{
border-color: #B524A0;
}
</style>