Shades of Medium Violet Red #B503A2
Tints of Medium Violet Red #B503A2
RGB
CMYK
RGB Variations
Color information
#B503A2 (or 0xB503A2) is known color: Medium Violet Red. HEX triplet: B5, 03 and A2. RGB value is (181,3,162). Sum of RGB (Red+Green+Blue) = 181+3+162=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B503A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B503A2 is #4AFC5D. Grayscale: #494949. Windows color (decimal): -4914270 or 10617781. OLE color: 10617781.
HSL color Cylindrical-coordinate representation of color #B503A2: hue angle of 306.4º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B503A2 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 162 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.29 |
| HSL | 306.4º | 0.97% | 0.36% | - |
| HSV(B) | 306.4º | 0.98% | 0.71% | - |
| XYZ | 25.61 | 12.5 | 35.24 | - |
| YUV | 74.35 | 177.47 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 162 | 0 | 0.98 | 0.10 | 0.29 | 306.4 | 0.97 | 0.36 |
| Hex | B5 | 3 | A2 | 0 | 62 | A | 1D | 132 | 61 | 24 |
| Octal | 265 | 3 | 242 | 0 | 142 | 12 | 35 | 462 | 141 | 44 |
| Binary | 10110101 | 11 | 10100010 | 0 | 1100010 | 1010 | 11101 | 100110010 | 1100001 | 100100 |
Color Harmonies of #B503A2
Complementary color
Monochromatic Colors of #B503A2
Black with #B503A2
Text Example
Text Example
White with #B503A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B503A2; }
p { color: rgb(181,3,162); }
H1.HeaderClassName
{
color: #B503A2;
}
.AnyTagClassName
{
color: #B503A2;
}
</style>
background-color css
<style>
a { background-color: #B503A2; }
a { background-color: rgb(181,3,162); }
div.DivClassName
{
background-color: #B503A2;
}
.BgClassName
{
background-color: #B503A2;
}
</style>
border-color css
<style>
span { border-color: #B503A2; }
span { border-color: rgb(181,3,162); }
td.TdClassName
{
border-color: #B503A2;
}
.TagClassName
{
border-color: #B503A2;
}
</style>