Shades of Medium Violet Red #B520A3
Tints of Medium Violet Red #B520A3
RGB
CMYK
RGB Variations
Color information
#B520A3 (or 0xB520A3) is known color: Medium Violet Red. HEX triplet: B5, 20 and A3. RGB value is (181,32,163). Sum of RGB (Red+Green+Blue) = 181+32+163=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B520A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B520A3 is #4ADF5C. Grayscale: #5B5B5B. Windows color (decimal): -4906845 or 10690741. OLE color: 10690741.
HSL color Cylindrical-coordinate representation of color #B520A3: hue angle of 307.25º degrees, saturation: 0.7, 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 #B520A3 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 163 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.29 |
| HSL | 307.25º | 0.7% | 0.42% | - |
| HSV(B) | 307.25º | 0.82% | 0.71% | - |
| XYZ | 26.18 | 13.5 | 35.88 | - |
| YUV | 91.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 163 | 0 | 0.82 | 0.10 | 0.29 | 307.25 | 0.7 | 0.42 |
| Hex | B5 | 20 | A3 | 0 | 52 | A | 1D | 133 | 46 | 2A |
| Octal | 265 | 40 | 243 | 0 | 122 | 12 | 35 | 463 | 106 | 52 |
| Binary | 10110101 | 100000 | 10100011 | 0 | 1010010 | 1010 | 11101 | 100110011 | 1000110 | 101010 |
Color Harmonies of #B520A3
Complementary color
Monochromatic Colors of #B520A3
Black with #B520A3
Text Example
Text Example
White with #B520A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520A3; }
p { color: rgb(181,32,163); }
H1.HeaderClassName
{
color: #B520A3;
}
.AnyTagClassName
{
color: #B520A3;
}
</style>
background-color css
<style>
a { background-color: #B520A3; }
a { background-color: rgb(181,32,163); }
div.DivClassName
{
background-color: #B520A3;
}
.BgClassName
{
background-color: #B520A3;
}
</style>
border-color css
<style>
span { border-color: #B520A3; }
span { border-color: rgb(181,32,163); }
td.TdClassName
{
border-color: #B520A3;
}
.TagClassName
{
border-color: #B520A3;
}
</style>