Shades of Medium Violet Red #B503A4
Tints of Medium Violet Red #B503A4
RGB
CMYK
RGB Variations
Color information
#B503A4 (or 0xB503A4) is known color: Medium Violet Red. HEX triplet: B5, 03 and A4. RGB value is (181,3,164). Sum of RGB (Red+Green+Blue) = 181+3+164=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B503A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B503A4 is #4AFC5B. Grayscale: #4A4A4A. Windows color (decimal): -4914268 or 10748853. OLE color: 10748853.
HSL color Cylindrical-coordinate representation of color #B503A4: hue angle of 305.73º 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 #B503A4 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 164 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.29 |
| HSL | 305.73º | 0.97% | 0.36% | - |
| HSV(B) | 305.73º | 0.98% | 0.71% | - |
| XYZ | 25.79 | 12.57 | 36.19 | - |
| YUV | 74.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 164 | 0 | 0.98 | 0.09 | 0.29 | 305.73 | 0.97 | 0.36 |
| Hex | B5 | 3 | A4 | 0 | 62 | 9 | 1D | 132 | 61 | 24 |
| Octal | 265 | 3 | 244 | 0 | 142 | 11 | 35 | 462 | 141 | 44 |
| Binary | 10110101 | 11 | 10100100 | 0 | 1100010 | 1001 | 11101 | 100110010 | 1100001 | 100100 |
Color Harmonies of #B503A4
Complementary color
Monochromatic Colors of #B503A4
Black with #B503A4
Text Example
Text Example
White with #B503A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B503A4; }
p { color: rgb(181,3,164); }
H1.HeaderClassName
{
color: #B503A4;
}
.AnyTagClassName
{
color: #B503A4;
}
</style>
background-color css
<style>
a { background-color: #B503A4; }
a { background-color: rgb(181,3,164); }
div.DivClassName
{
background-color: #B503A4;
}
.BgClassName
{
background-color: #B503A4;
}
</style>
border-color css
<style>
span { border-color: #B503A4; }
span { border-color: rgb(181,3,164); }
td.TdClassName
{
border-color: #B503A4;
}
.TagClassName
{
border-color: #B503A4;
}
</style>