Shades of Medium Red Violet #B6206E
Tints of Medium Red Violet #B6206E
RGB
CMYK
RGB Variations
Color information
#B6206E (or 0xB6206E) is known color: Medium Red Violet. HEX triplet: B6, 20 and 6E. RGB value is (182,32,110). Sum of RGB (Red+Green+Blue) = 182+32+110=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6206E is #49DF91. Grayscale: #555555. Windows color (decimal): -4841362 or 7217334. OLE color: 7217334.
HSL color Cylindrical-coordinate representation of color #B6206E: hue angle of 328.8º 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 #B6206E is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 110 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.29 |
| HSL | 328.8º | 0.7% | 0.42% | - |
| HSV(B) | 328.8º | 0.82% | 0.71% | - |
| XYZ | 22.62 | 12.1 | 15.9 | - |
| YUV | 85.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 110 | 0 | 0.82 | 0.40 | 0.29 | 328.8 | 0.7 | 0.42 |
| Hex | B6 | 20 | 6E | 0 | 52 | 28 | 1D | 149 | 46 | 2A |
| Octal | 266 | 40 | 156 | 0 | 122 | 50 | 35 | 511 | 106 | 52 |
| Binary | 10110110 | 100000 | 1101110 | 0 | 1010010 | 101000 | 11101 | 101001001 | 1000110 | 101010 |
Color Harmonies of #B6206E
Complementary color
Monochromatic Colors of #B6206E
Black with #B6206E
Text Example
Text Example
White with #B6206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6206E; }
p { color: rgb(182,32,110); }
H1.HeaderClassName
{
color: #B6206E;
}
.AnyTagClassName
{
color: #B6206E;
}
</style>
background-color css
<style>
a { background-color: #B6206E; }
a { background-color: rgb(182,32,110); }
div.DivClassName
{
background-color: #B6206E;
}
.BgClassName
{
background-color: #B6206E;
}
</style>
border-color css
<style>
span { border-color: #B6206E; }
span { border-color: rgb(182,32,110); }
td.TdClassName
{
border-color: #B6206E;
}
.TagClassName
{
border-color: #B6206E;
}
</style>