Shades of Medium Violet Red #B521AB
Tints of Medium Violet Red #B521AB
RGB
CMYK
RGB Variations
Color information
#B521AB (or 0xB521AB) is known color: Medium Violet Red. HEX triplet: B5, 21 and AB. RGB value is (181,33,171). Sum of RGB (Red+Green+Blue) = 181+33+171=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B521AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521AB is #4ADE54. Grayscale: #5C5C5C. Windows color (decimal): -4906581 or 11215285. OLE color: 11215285.
HSL color Cylindrical-coordinate representation of color #B521AB: hue angle of 304.05º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B521AB is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 171 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.29 |
| HSL | 304.05º | 0.69% | 0.42% | - |
| HSV(B) | 304.05º | 0.82% | 0.71% | - |
| XYZ | 26.95 | 13.85 | 39.78 | - |
| YUV | 92.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 171 | 0 | 0.82 | 0.06 | 0.29 | 304.05 | 0.69 | 0.42 |
| Hex | B5 | 21 | AB | 0 | 52 | 6 | 1D | 130 | 45 | 2A |
| Octal | 265 | 41 | 253 | 0 | 122 | 6 | 35 | 460 | 105 | 52 |
| Binary | 10110101 | 100001 | 10101011 | 0 | 1010010 | 110 | 11101 | 100110000 | 1000101 | 101010 |
Color Harmonies of #B521AB
Complementary color
Monochromatic Colors of #B521AB
Black with #B521AB
Text Example
Text Example
White with #B521AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521AB; }
p { color: rgb(181,33,171); }
H1.HeaderClassName
{
color: #B521AB;
}
.AnyTagClassName
{
color: #B521AB;
}
</style>
background-color css
<style>
a { background-color: #B521AB; }
a { background-color: rgb(181,33,171); }
div.DivClassName
{
background-color: #B521AB;
}
.BgClassName
{
background-color: #B521AB;
}
</style>
border-color css
<style>
span { border-color: #B521AB; }
span { border-color: rgb(181,33,171); }
td.TdClassName
{
border-color: #B521AB;
}
.TagClassName
{
border-color: #B521AB;
}
</style>