Shades of Medium Violet Red #B40487
Tints of Medium Violet Red #B40487
RGB
CMYK
RGB Variations
Color information
#B40487 (or 0xB40487) is known color: Medium Violet Red. HEX triplet: B4, 04 and 87. RGB value is (180,4,135). Sum of RGB (Red+Green+Blue) = 180+4+135=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B40487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40487 is #4BFB78. Grayscale: #474747. Windows color (decimal): -4979577 or 8848564. OLE color: 8848564.
HSL color Cylindrical-coordinate representation of color #B40487: hue angle of 315.34º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40487 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.29 |
| HSL | 315.34º | 0.96% | 0.36% | - |
| HSV(B) | 315.34º | 0.98% | 0.71% | - |
| XYZ | 23.24 | 11.54 | 23.92 | - |
| YUV | 71.56 | 163.81 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 135 | 0 | 0.98 | 0.25 | 0.29 | 315.34 | 0.96 | 0.36 |
| Hex | B4 | 4 | 87 | 0 | 62 | 19 | 1D | 13B | 60 | 24 |
| Octal | 264 | 4 | 207 | 0 | 142 | 31 | 35 | 473 | 140 | 44 |
| Binary | 10110100 | 100 | 10000111 | 0 | 1100010 | 11001 | 11101 | 100111011 | 1100000 | 100100 |
Color Harmonies of #B40487
Complementary color
Monochromatic Colors of #B40487
Black with #B40487
Text Example
Text Example
White with #B40487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40487; }
p { color: rgb(180,4,135); }
H1.HeaderClassName
{
color: #B40487;
}
.AnyTagClassName
{
color: #B40487;
}
</style>
background-color css
<style>
a { background-color: #B40487; }
a { background-color: rgb(180,4,135); }
div.DivClassName
{
background-color: #B40487;
}
.BgClassName
{
background-color: #B40487;
}
</style>
border-color css
<style>
span { border-color: #B40487; }
span { border-color: rgb(180,4,135); }
td.TdClassName
{
border-color: #B40487;
}
.TagClassName
{
border-color: #B40487;
}
</style>