Shades of Medium Violet Red #B40A87
Tints of Medium Violet Red #B40A87
RGB
CMYK
RGB Variations
Color information
#B40A87 (or 0xB40A87) is known color: Medium Violet Red. HEX triplet: B4, 0A and 87. RGB value is (180,10,135). Sum of RGB (Red+Green+Blue) = 180+10+135=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40A87 is #4BF578. Grayscale: #4A4A4A. Windows color (decimal): -4978041 or 8850100. OLE color: 8850100.
HSL color Cylindrical-coordinate representation of color #B40A87: hue angle of 315.88º 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 #B40A87 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 135 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.29 |
| HSL | 315.88º | 0.89% | 0.37% | - |
| HSV(B) | 315.88º | 0.94% | 0.71% | - |
| XYZ | 23.3 | 11.67 | 23.95 | - |
| YUV | 75.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 135 | 0 | 0.94 | 0.25 | 0.29 | 315.88 | 0.89 | 0.37 |
| Hex | B4 | A | 87 | 0 | 5E | 19 | 1D | 13C | 59 | 25 |
| Octal | 264 | 12 | 207 | 0 | 136 | 31 | 35 | 474 | 131 | 45 |
| Binary | 10110100 | 1010 | 10000111 | 0 | 1011110 | 11001 | 11101 | 100111100 | 1011001 | 100101 |
Color Harmonies of #B40A87
Complementary color
Monochromatic Colors of #B40A87
Black with #B40A87
Text Example
Text Example
White with #B40A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40A87; }
p { color: rgb(180,10,135); }
H1.HeaderClassName
{
color: #B40A87;
}
.AnyTagClassName
{
color: #B40A87;
}
</style>
background-color css
<style>
a { background-color: #B40A87; }
a { background-color: rgb(180,10,135); }
div.DivClassName
{
background-color: #B40A87;
}
.BgClassName
{
background-color: #B40A87;
}
</style>
border-color css
<style>
span { border-color: #B40A87; }
span { border-color: rgb(180,10,135); }
td.TdClassName
{
border-color: #B40A87;
}
.TagClassName
{
border-color: #B40A87;
}
</style>