Shades of Medium Red Violet #B524AB
Tints of Medium Red Violet #B524AB
RGB
CMYK
RGB Variations
Color information
#B524AB (or 0xB524AB) is known color: Medium Red Violet. HEX triplet: B5, 24 and AB. RGB value is (181,36,171). Sum of RGB (Red+Green+Blue) = 181+36+171=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B524AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B524AB is #4ADB54. Grayscale: #5E5E5E. Windows color (decimal): -4905813 or 11216053. OLE color: 11216053.
HSL color Cylindrical-coordinate representation of color #B524AB: hue angle of 304.14º 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 #B524AB is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 171 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.29 |
| HSL | 304.14º | 0.67% | 0.43% | - |
| HSV(B) | 304.14º | 0.8% | 0.71% | - |
| XYZ | 27.04 | 14.03 | 39.81 | - |
| YUV | 94.75 | 171.04 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 171 | 0 | 0.80 | 0.06 | 0.29 | 304.14 | 0.67 | 0.43 |
| Hex | B5 | 24 | AB | 0 | 50 | 6 | 1D | 130 | 43 | 2B |
| Octal | 265 | 44 | 253 | 0 | 120 | 6 | 35 | 460 | 103 | 53 |
| Binary | 10110101 | 100100 | 10101011 | 0 | 1010000 | 110 | 11101 | 100110000 | 1000011 | 101011 |
Color Harmonies of #B524AB
Complementary color
Monochromatic Colors of #B524AB
Black with #B524AB
Text Example
Text Example
White with #B524AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B524AB; }
p { color: rgb(181,36,171); }
H1.HeaderClassName
{
color: #B524AB;
}
.AnyTagClassName
{
color: #B524AB;
}
</style>
background-color css
<style>
a { background-color: #B524AB; }
a { background-color: rgb(181,36,171); }
div.DivClassName
{
background-color: #B524AB;
}
.BgClassName
{
background-color: #B524AB;
}
</style>
border-color css
<style>
span { border-color: #B524AB; }
span { border-color: rgb(181,36,171); }
td.TdClassName
{
border-color: #B524AB;
}
.TagClassName
{
border-color: #B524AB;
}
</style>