Shades of Medium Red Violet #B524A8
Tints of Medium Red Violet #B524A8
RGB
CMYK
RGB Variations
Color information
#B524A8 (or 0xB524A8) is known color: Medium Red Violet. HEX triplet: B5, 24 and A8. RGB value is (181,36,168). Sum of RGB (Red+Green+Blue) = 181+36+168=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B524A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B524A8 is #4ADB57. Grayscale: #5E5E5E. Windows color (decimal): -4905816 or 11019445. OLE color: 11019445.
HSL color Cylindrical-coordinate representation of color #B524A8: hue angle of 305.38º 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 #B524A8 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 168 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.29 |
| HSL | 305.38º | 0.67% | 0.43% | - |
| HSV(B) | 305.38º | 0.8% | 0.71% | - |
| XYZ | 26.75 | 13.91 | 38.32 | - |
| YUV | 94.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 168 | 0 | 0.80 | 0.07 | 0.29 | 305.38 | 0.67 | 0.43 |
| Hex | B5 | 24 | A8 | 0 | 50 | 7 | 1D | 131 | 43 | 2B |
| Octal | 265 | 44 | 250 | 0 | 120 | 7 | 35 | 461 | 103 | 53 |
| Binary | 10110101 | 100100 | 10101000 | 0 | 1010000 | 111 | 11101 | 100110001 | 1000011 | 101011 |
Color Harmonies of #B524A8
Complementary color
Monochromatic Colors of #B524A8
Black with #B524A8
Text Example
Text Example
White with #B524A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B524A8; }
p { color: rgb(181,36,168); }
H1.HeaderClassName
{
color: #B524A8;
}
.AnyTagClassName
{
color: #B524A8;
}
</style>
background-color css
<style>
a { background-color: #B524A8; }
a { background-color: rgb(181,36,168); }
div.DivClassName
{
background-color: #B524A8;
}
.BgClassName
{
background-color: #B524A8;
}
</style>
border-color css
<style>
span { border-color: #B524A8; }
span { border-color: rgb(181,36,168); }
td.TdClassName
{
border-color: #B524A8;
}
.TagClassName
{
border-color: #B524A8;
}
</style>