Shades of Medium Red Violet #B525A1
Tints of Medium Red Violet #B525A1
RGB
CMYK
RGB Variations
Color information
#B525A1 (or 0xB525A1) is known color: Medium Red Violet. HEX triplet: B5, 25 and A1. RGB value is (181,37,161). Sum of RGB (Red+Green+Blue) = 181+37+161=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B525A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B525A1 is #4ADA5E. Grayscale: #5D5D5D. Windows color (decimal): -4905567 or 10560949. OLE color: 10560949.
HSL color Cylindrical-coordinate representation of color #B525A1: hue angle of 308.33º degrees, saturation: 0.66, 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 #B525A1 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 161 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.29 |
| HSL | 308.33º | 0.66% | 0.43% | - |
| HSV(B) | 308.33º | 0.8% | 0.71% | - |
| XYZ | 26.15 | 13.72 | 34.99 | - |
| YUV | 94.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 161 | 0 | 0.80 | 0.11 | 0.29 | 308.33 | 0.66 | 0.43 |
| Hex | B5 | 25 | A1 | 0 | 50 | B | 1D | 134 | 42 | 2B |
| Octal | 265 | 45 | 241 | 0 | 120 | 13 | 35 | 464 | 102 | 53 |
| Binary | 10110101 | 100101 | 10100001 | 0 | 1010000 | 1011 | 11101 | 100110100 | 1000010 | 101011 |
Color Harmonies of #B525A1
Complementary color
Monochromatic Colors of #B525A1
Black with #B525A1
Text Example
Text Example
White with #B525A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B525A1; }
p { color: rgb(181,37,161); }
H1.HeaderClassName
{
color: #B525A1;
}
.AnyTagClassName
{
color: #B525A1;
}
</style>
background-color css
<style>
a { background-color: #B525A1; }
a { background-color: rgb(181,37,161); }
div.DivClassName
{
background-color: #B525A1;
}
.BgClassName
{
background-color: #B525A1;
}
</style>
border-color css
<style>
span { border-color: #B525A1; }
span { border-color: rgb(181,37,161); }
td.TdClassName
{
border-color: #B525A1;
}
.TagClassName
{
border-color: #B525A1;
}
</style>