Shades of Medium Red Violet #B521A3
Tints of Medium Red Violet #B521A3
RGB
CMYK
RGB Variations
Color information
#B521A3 (or 0xB521A3) is known color: Medium Red Violet. HEX triplet: B5, 21 and A3. RGB value is (181,33,163). Sum of RGB (Red+Green+Blue) = 181+33+163=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B521A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521A3 is #4ADE5C. Grayscale: #5B5B5B. Windows color (decimal): -4906589 or 10690997. OLE color: 10690997.
HSL color Cylindrical-coordinate representation of color #B521A3: hue angle of 307.3º 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 #B521A3 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 163 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.29 |
| HSL | 307.3º | 0.69% | 0.42% | - |
| HSV(B) | 307.3º | 0.82% | 0.71% | - |
| XYZ | 26.21 | 13.56 | 35.89 | - |
| YUV | 92.07 | 168.03 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 163 | 0 | 0.82 | 0.10 | 0.29 | 307.3 | 0.69 | 0.42 |
| Hex | B5 | 21 | A3 | 0 | 52 | A | 1D | 133 | 45 | 2A |
| Octal | 265 | 41 | 243 | 0 | 122 | 12 | 35 | 463 | 105 | 52 |
| Binary | 10110101 | 100001 | 10100011 | 0 | 1010010 | 1010 | 11101 | 100110011 | 1000101 | 101010 |
Color Harmonies of #B521A3
Complementary color
Monochromatic Colors of #B521A3
Black with #B521A3
Text Example
Text Example
White with #B521A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521A3; }
p { color: rgb(181,33,163); }
H1.HeaderClassName
{
color: #B521A3;
}
.AnyTagClassName
{
color: #B521A3;
}
</style>
background-color css
<style>
a { background-color: #B521A3; }
a { background-color: rgb(181,33,163); }
div.DivClassName
{
background-color: #B521A3;
}
.BgClassName
{
background-color: #B521A3;
}
</style>
border-color css
<style>
span { border-color: #B521A3; }
span { border-color: rgb(181,33,163); }
td.TdClassName
{
border-color: #B521A3;
}
.TagClassName
{
border-color: #B521A3;
}
</style>