Shades of Medium Violet Red #B20686
Tints of Medium Violet Red #B20686
RGB
CMYK
RGB Variations
Color information
#B20686 (or 0xB20686) is known color: Medium Violet Red. HEX triplet: B2, 06 and 86. RGB value is (178,6,134). Sum of RGB (Red+Green+Blue) = 178+6+134=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B20686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20686 is #4DF979. Grayscale: #474747. Windows color (decimal): -5110138 or 8783538. OLE color: 8783538.
HSL color Cylindrical-coordinate representation of color #B20686: hue angle of 315.35º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20686 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.30 |
| HSL | 315.35º | 0.93% | 0.36% | - |
| HSV(B) | 315.35º | 0.97% | 0.7% | - |
| XYZ | 22.73 | 11.32 | 23.54 | - |
| YUV | 72.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 134 | 0 | 0.97 | 0.25 | 0.30 | 315.35 | 0.93 | 0.36 |
| Hex | B2 | 6 | 86 | 0 | 61 | 19 | 1E | 13B | 5D | 24 |
| Octal | 262 | 6 | 206 | 0 | 141 | 31 | 36 | 473 | 135 | 44 |
| Binary | 10110010 | 110 | 10000110 | 0 | 1100001 | 11001 | 11110 | 100111011 | 1011101 | 100100 |
Color Harmonies of #B20686
Complementary color
Monochromatic Colors of #B20686
Black with #B20686
Text Example
Text Example
White with #B20686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20686; }
p { color: rgb(178,6,134); }
H1.HeaderClassName
{
color: #B20686;
}
.AnyTagClassName
{
color: #B20686;
}
</style>
background-color css
<style>
a { background-color: #B20686; }
a { background-color: rgb(178,6,134); }
div.DivClassName
{
background-color: #B20686;
}
.BgClassName
{
background-color: #B20686;
}
</style>
border-color css
<style>
span { border-color: #B20686; }
span { border-color: rgb(178,6,134); }
td.TdClassName
{
border-color: #B20686;
}
.TagClassName
{
border-color: #B20686;
}
</style>