Shades of Medium Violet Red #B501A2
Tints of Medium Violet Red #B501A2
RGB
CMYK
RGB Variations
Color information
#B501A2 (or 0xB501A2) is known color: Medium Violet Red. HEX triplet: B5, 01 and A2. RGB value is (181,1,162). Sum of RGB (Red+Green+Blue) = 181+1+162=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B501A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B501A2 is #4AFE5D. Grayscale: #484848. Windows color (decimal): -4914782 or 10617269. OLE color: 10617269.
HSL color Cylindrical-coordinate representation of color #B501A2: hue angle of 306.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B501A2 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 162 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.29 |
| HSL | 306.33º | 0.99% | 0.36% | - |
| HSV(B) | 306.33º | 0.99% | 0.71% | - |
| XYZ | 25.59 | 12.45 | 35.24 | - |
| YUV | 73.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 162 | 0 | 0.99 | 0.10 | 0.29 | 306.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | A2 | 0 | 63 | A | 1D | 132 | 63 | 24 |
| Octal | 265 | 1 | 242 | 0 | 143 | 12 | 35 | 462 | 143 | 44 |
| Binary | 10110101 | 1 | 10100010 | 0 | 1100011 | 1010 | 11101 | 100110010 | 1100011 | 100100 |
Color Harmonies of #B501A2
Complementary color
Monochromatic Colors of #B501A2
Black with #B501A2
Text Example
Text Example
White with #B501A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501A2; }
p { color: rgb(181,1,162); }
H1.HeaderClassName
{
color: #B501A2;
}
.AnyTagClassName
{
color: #B501A2;
}
</style>
background-color css
<style>
a { background-color: #B501A2; }
a { background-color: rgb(181,1,162); }
div.DivClassName
{
background-color: #B501A2;
}
.BgClassName
{
background-color: #B501A2;
}
</style>
border-color css
<style>
span { border-color: #B501A2; }
span { border-color: rgb(181,1,162); }
td.TdClassName
{
border-color: #B501A2;
}
.TagClassName
{
border-color: #B501A2;
}
</style>