Shades of Medium Red Violet #B527AB
Tints of Medium Red Violet #B527AB
RGB
CMYK
RGB Variations
Color information
#B527AB (or 0xB527AB) is known color: Medium Red Violet. HEX triplet: B5, 27 and AB. RGB value is (181,39,171). Sum of RGB (Red+Green+Blue) = 181+39+171=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B527AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B527AB is #4AD854. Grayscale: #606060. Windows color (decimal): -4905045 or 11216821. OLE color: 11216821.
HSL color Cylindrical-coordinate representation of color #B527AB: hue angle of 304.23º 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 #B527AB is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 171 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.29 |
| HSL | 304.23º | 0.65% | 0.43% | - |
| HSV(B) | 304.23º | 0.78% | 0.71% | - |
| XYZ | 27.13 | 14.22 | 39.84 | - |
| YUV | 96.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 171 | 0 | 0.78 | 0.06 | 0.29 | 304.23 | 0.65 | 0.43 |
| Hex | B5 | 27 | AB | 0 | 4E | 6 | 1D | 130 | 41 | 2B |
| Octal | 265 | 47 | 253 | 0 | 116 | 6 | 35 | 460 | 101 | 53 |
| Binary | 10110101 | 100111 | 10101011 | 0 | 1001110 | 110 | 11101 | 100110000 | 1000001 | 101011 |
Color Harmonies of #B527AB
Complementary color
Monochromatic Colors of #B527AB
Black with #B527AB
Text Example
Text Example
White with #B527AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527AB; }
p { color: rgb(181,39,171); }
H1.HeaderClassName
{
color: #B527AB;
}
.AnyTagClassName
{
color: #B527AB;
}
</style>
background-color css
<style>
a { background-color: #B527AB; }
a { background-color: rgb(181,39,171); }
div.DivClassName
{
background-color: #B527AB;
}
.BgClassName
{
background-color: #B527AB;
}
</style>
border-color css
<style>
span { border-color: #B527AB; }
span { border-color: rgb(181,39,171); }
td.TdClassName
{
border-color: #B527AB;
}
.TagClassName
{
border-color: #B527AB;
}
</style>