Shades of Medium Violet Red #B511A2
Tints of Medium Violet Red #B511A2
RGB
CMYK
RGB Variations
Color information
#B511A2 (or 0xB511A2) is known color: Medium Violet Red. HEX triplet: B5, 11 and A2. RGB value is (181,17,162). Sum of RGB (Red+Green+Blue) = 181+17+162=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B511A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511A2 is #4AEE5D. Grayscale: #525252. Windows color (decimal): -4910686 or 10621365. OLE color: 10621365.
HSL color Cylindrical-coordinate representation of color #B511A2: hue angle of 306.95º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B511A2 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 162 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.29 |
| HSL | 306.95º | 0.83% | 0.39% | - |
| HSV(B) | 306.95º | 0.91% | 0.71% | - |
| XYZ | 25.78 | 12.83 | 35.3 | - |
| YUV | 82.57 | 172.83 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 162 | 0 | 0.91 | 0.10 | 0.29 | 306.95 | 0.83 | 0.39 |
| Hex | B5 | 11 | A2 | 0 | 5B | A | 1D | 133 | 53 | 27 |
| Octal | 265 | 21 | 242 | 0 | 133 | 12 | 35 | 463 | 123 | 47 |
| Binary | 10110101 | 10001 | 10100010 | 0 | 1011011 | 1010 | 11101 | 100110011 | 1010011 | 100111 |
Color Harmonies of #B511A2
Complementary color
Monochromatic Colors of #B511A2
Black with #B511A2
Text Example
Text Example
White with #B511A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511A2; }
p { color: rgb(181,17,162); }
H1.HeaderClassName
{
color: #B511A2;
}
.AnyTagClassName
{
color: #B511A2;
}
</style>
background-color css
<style>
a { background-color: #B511A2; }
a { background-color: rgb(181,17,162); }
div.DivClassName
{
background-color: #B511A2;
}
.BgClassName
{
background-color: #B511A2;
}
</style>
border-color css
<style>
span { border-color: #B511A2; }
span { border-color: rgb(181,17,162); }
td.TdClassName
{
border-color: #B511A2;
}
.TagClassName
{
border-color: #B511A2;
}
</style>