Shades of Medium Violet Red #B40AA2
Tints of Medium Violet Red #B40AA2
RGB
CMYK
RGB Variations
Color information
#B40AA2 (or 0xB40AA2) is known color: Medium Violet Red. HEX triplet: B4, 0A and A2. RGB value is (180,10,162). Sum of RGB (Red+Green+Blue) = 180+10+162=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B40AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40AA2 is #4BF55D. Grayscale: #4D4D4D. Windows color (decimal): -4978014 or 10619572. OLE color: 10619572.
HSL color Cylindrical-coordinate representation of color #B40AA2: hue angle of 306.35º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40AA2 is Cyan = 0, Magento = 0.94, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 162 | - |
| CMYK | 0 | 0.94 | 0.1 | 0.29 |
| HSL | 306.35º | 0.89% | 0.37% | - |
| HSV(B) | 306.35º | 0.94% | 0.71% | - |
| XYZ | 25.45 | 12.53 | 35.26 | - |
| YUV | 78.16 | 175.32 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 162 | 0 | 0.94 | 0.1 | 0.29 | 306.35 | 0.89 | 0.37 |
| Hex | B4 | A | A2 | 0 | 5E | A | 1D | 132 | 59 | 25 |
| Octal | 264 | 12 | 242 | 0 | 136 | 12 | 35 | 462 | 131 | 45 |
| Binary | 10110100 | 1010 | 10100010 | 0 | 1011110 | 1010 | 11101 | 100110010 | 1011001 | 100101 |
Color Harmonies of #B40AA2
Complementary color
Monochromatic Colors of #B40AA2
Black with #B40AA2
Text Example
Text Example
White with #B40AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40AA2; }
p { color: rgb(180,10,162); }
H1.HeaderClassName
{
color: #B40AA2;
}
.AnyTagClassName
{
color: #B40AA2;
}
</style>
background-color css
<style>
a { background-color: #B40AA2; }
a { background-color: rgb(180,10,162); }
div.DivClassName
{
background-color: #B40AA2;
}
.BgClassName
{
background-color: #B40AA2;
}
</style>
border-color css
<style>
span { border-color: #B40AA2; }
span { border-color: rgb(180,10,162); }
td.TdClassName
{
border-color: #B40AA2;
}
.TagClassName
{
border-color: #B40AA2;
}
</style>