Shades of Medium Red Violet #B527AA
Tints of Medium Red Violet #B527AA
RGB
CMYK
RGB Variations
Color information
#B527AA (or 0xB527AA) is known color: Medium Red Violet. HEX triplet: B5, 27 and AA. RGB value is (181,39,170). Sum of RGB (Red+Green+Blue) = 181+39+170=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B527AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B527AA is #4AD855. Grayscale: #606060. Windows color (decimal): -4905046 or 11151285. OLE color: 11151285.
HSL color Cylindrical-coordinate representation of color #B527AA: hue angle of 304.65º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B527AA is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 170 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.29 |
| HSL | 304.65º | 0.65% | 0.43% | - |
| HSV(B) | 304.65º | 0.78% | 0.71% | - |
| XYZ | 27.04 | 14.18 | 39.34 | - |
| YUV | 96.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 170 | 0 | 0.78 | 0.06 | 0.29 | 304.65 | 0.65 | 0.43 |
| Hex | B5 | 27 | AA | 0 | 4E | 6 | 1D | 131 | 41 | 2B |
| Octal | 265 | 47 | 252 | 0 | 116 | 6 | 35 | 461 | 101 | 53 |
| Binary | 10110101 | 100111 | 10101010 | 0 | 1001110 | 110 | 11101 | 100110001 | 1000001 | 101011 |
Color Harmonies of #B527AA
Complementary color
Monochromatic Colors of #B527AA
Black with #B527AA
Text Example
Text Example
White with #B527AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527AA; }
p { color: rgb(181,39,170); }
H1.HeaderClassName
{
color: #B527AA;
}
.AnyTagClassName
{
color: #B527AA;
}
</style>
background-color css
<style>
a { background-color: #B527AA; }
a { background-color: rgb(181,39,170); }
div.DivClassName
{
background-color: #B527AA;
}
.BgClassName
{
background-color: #B527AA;
}
</style>
border-color css
<style>
span { border-color: #B527AA; }
span { border-color: rgb(181,39,170); }
td.TdClassName
{
border-color: #B527AA;
}
.TagClassName
{
border-color: #B527AA;
}
</style>