Shades of Medium Violet Red #B62086
Tints of Medium Violet Red #B62086
RGB
CMYK
RGB Variations
Color information
#B62086 (or 0xB62086) is known color: Medium Violet Red. HEX triplet: B6, 20 and 86. RGB value is (182,32,134). Sum of RGB (Red+Green+Blue) = 182+32+134=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B62086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62086 is #49DF79. Grayscale: #585858. Windows color (decimal): -4841338 or 8790198. OLE color: 8790198.
HSL color Cylindrical-coordinate representation of color #B62086: hue angle of 319.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62086 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 134 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.29 |
| HSL | 319.2º | 0.7% | 0.42% | - |
| HSV(B) | 319.2º | 0.82% | 0.71% | - |
| XYZ | 24.11 | 12.7 | 23.73 | - |
| YUV | 88.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 134 | 0 | 0.82 | 0.26 | 0.29 | 319.2 | 0.7 | 0.42 |
| Hex | B6 | 20 | 86 | 0 | 52 | 1A | 1D | 13F | 46 | 2A |
| Octal | 266 | 40 | 206 | 0 | 122 | 32 | 35 | 477 | 106 | 52 |
| Binary | 10110110 | 100000 | 10000110 | 0 | 1010010 | 11010 | 11101 | 100111111 | 1000110 | 101010 |
Color Harmonies of #B62086
Complementary color
Monochromatic Colors of #B62086
Black with #B62086
Text Example
Text Example
White with #B62086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62086; }
p { color: rgb(182,32,134); }
H1.HeaderClassName
{
color: #B62086;
}
.AnyTagClassName
{
color: #B62086;
}
</style>
background-color css
<style>
a { background-color: #B62086; }
a { background-color: rgb(182,32,134); }
div.DivClassName
{
background-color: #B62086;
}
.BgClassName
{
background-color: #B62086;
}
</style>
border-color css
<style>
span { border-color: #B62086; }
span { border-color: rgb(182,32,134); }
td.TdClassName
{
border-color: #B62086;
}
.TagClassName
{
border-color: #B62086;
}
</style>