Shades of Medium Violet Red #B40987
Tints of Medium Violet Red #B40987
RGB
CMYK
RGB Variations
Color information
#B40987 (or 0xB40987) is known color: Medium Violet Red. HEX triplet: B4, 09 and 87. RGB value is (180,9,135). Sum of RGB (Red+Green+Blue) = 180+9+135=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B40987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40987 is #4BF678. Grayscale: #4A4A4A. Windows color (decimal): -4978297 or 8849844. OLE color: 8849844.
HSL color Cylindrical-coordinate representation of color #B40987: hue angle of 315.79º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40987 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 135 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.29 |
| HSL | 315.79º | 0.9% | 0.37% | - |
| HSV(B) | 315.79º | 0.95% | 0.71% | - |
| XYZ | 23.29 | 11.65 | 23.94 | - |
| YUV | 74.49 | 162.15 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 135 | 0 | 0.95 | 0.25 | 0.29 | 315.79 | 0.9 | 0.37 |
| Hex | B4 | 9 | 87 | 0 | 5F | 19 | 1D | 13C | 5A | 25 |
| Octal | 264 | 11 | 207 | 0 | 137 | 31 | 35 | 474 | 132 | 45 |
| Binary | 10110100 | 1001 | 10000111 | 0 | 1011111 | 11001 | 11101 | 100111100 | 1011010 | 100101 |
Color Harmonies of #B40987
Complementary color
Monochromatic Colors of #B40987
Black with #B40987
Text Example
Text Example
White with #B40987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40987; }
p { color: rgb(180,9,135); }
H1.HeaderClassName
{
color: #B40987;
}
.AnyTagClassName
{
color: #B40987;
}
</style>
background-color css
<style>
a { background-color: #B40987; }
a { background-color: rgb(180,9,135); }
div.DivClassName
{
background-color: #B40987;
}
.BgClassName
{
background-color: #B40987;
}
</style>
border-color css
<style>
span { border-color: #B40987; }
span { border-color: rgb(180,9,135); }
td.TdClassName
{
border-color: #B40987;
}
.TagClassName
{
border-color: #B40987;
}
</style>