Shades of Medium Red Violet #B521A4
Tints of Medium Red Violet #B521A4
RGB
CMYK
RGB Variations
Color information
#B521A4 (or 0xB521A4) is known color: Medium Red Violet. HEX triplet: B5, 21 and A4. RGB value is (181,33,164). Sum of RGB (Red+Green+Blue) = 181+33+164=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B521A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521A4 is #4ADE5B. Grayscale: #5B5B5B. Windows color (decimal): -4906588 or 10756533. OLE color: 10756533.
HSL color Cylindrical-coordinate representation of color #B521A4: hue angle of 306.89º 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 #B521A4 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 164 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.29 |
| HSL | 306.89º | 0.69% | 0.42% | - |
| HSV(B) | 306.89º | 0.82% | 0.71% | - |
| XYZ | 26.3 | 13.59 | 36.36 | - |
| YUV | 92.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 164 | 0 | 0.82 | 0.09 | 0.29 | 306.89 | 0.69 | 0.42 |
| Hex | B5 | 21 | A4 | 0 | 52 | 9 | 1D | 133 | 45 | 2A |
| Octal | 265 | 41 | 244 | 0 | 122 | 11 | 35 | 463 | 105 | 52 |
| Binary | 10110101 | 100001 | 10100100 | 0 | 1010010 | 1001 | 11101 | 100110011 | 1000101 | 101010 |
Color Harmonies of #B521A4
Complementary color
Monochromatic Colors of #B521A4
Black with #B521A4
Text Example
Text Example
White with #B521A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521A4; }
p { color: rgb(181,33,164); }
H1.HeaderClassName
{
color: #B521A4;
}
.AnyTagClassName
{
color: #B521A4;
}
</style>
background-color css
<style>
a { background-color: #B521A4; }
a { background-color: rgb(181,33,164); }
div.DivClassName
{
background-color: #B521A4;
}
.BgClassName
{
background-color: #B521A4;
}
</style>
border-color css
<style>
span { border-color: #B521A4; }
span { border-color: rgb(181,33,164); }
td.TdClassName
{
border-color: #B521A4;
}
.TagClassName
{
border-color: #B521A4;
}
</style>