Shades of Medium Violet Red #B40686
Tints of Medium Violet Red #B40686
RGB
CMYK
RGB Variations
Color information
#B40686 (or 0xB40686) is known color: Medium Violet Red. HEX triplet: B4, 06 and 86. RGB value is (180,6,134). Sum of RGB (Red+Green+Blue) = 180+6+134=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B40686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40686 is #4BF979. Grayscale: #484848. Windows color (decimal): -4979066 or 8783540. OLE color: 8783540.
HSL color Cylindrical-coordinate representation of color #B40686: hue angle of 315.86º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40686 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.29 |
| HSL | 315.86º | 0.94% | 0.36% | - |
| HSV(B) | 315.86º | 0.97% | 0.71% | - |
| XYZ | 23.19 | 11.55 | 23.56 | - |
| YUV | 72.62 | 162.65 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 134 | 0 | 0.97 | 0.26 | 0.29 | 315.86 | 0.94 | 0.36 |
| Hex | B4 | 6 | 86 | 0 | 61 | 1A | 1D | 13C | 5E | 24 |
| Octal | 264 | 6 | 206 | 0 | 141 | 32 | 35 | 474 | 136 | 44 |
| Binary | 10110100 | 110 | 10000110 | 0 | 1100001 | 11010 | 11101 | 100111100 | 1011110 | 100100 |
Color Harmonies of #B40686
Complementary color
Monochromatic Colors of #B40686
Black with #B40686
Text Example
Text Example
White with #B40686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40686; }
p { color: rgb(180,6,134); }
H1.HeaderClassName
{
color: #B40686;
}
.AnyTagClassName
{
color: #B40686;
}
</style>
background-color css
<style>
a { background-color: #B40686; }
a { background-color: rgb(180,6,134); }
div.DivClassName
{
background-color: #B40686;
}
.BgClassName
{
background-color: #B40686;
}
</style>
border-color css
<style>
span { border-color: #B40686; }
span { border-color: rgb(180,6,134); }
td.TdClassName
{
border-color: #B40686;
}
.TagClassName
{
border-color: #B40686;
}
</style>