Shades of Medium Red Violet #B7206E
Tints of Medium Red Violet #B7206E
RGB
CMYK
RGB Variations
Color information
#B7206E (or 0xB7206E) is known color: Medium Red Violet. HEX triplet: B7, 20 and 6E. RGB value is (183,32,110). Sum of RGB (Red+Green+Blue) = 183+32+110=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7206E is #48DF91. Grayscale: #555555. Windows color (decimal): -4775826 or 7217335. OLE color: 7217335.
HSL color Cylindrical-coordinate representation of color #B7206E: hue angle of 329.01º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7206E is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 110 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.28 |
| HSL | 329.01º | 0.7% | 0.42% | - |
| HSV(B) | 329.01º | 0.83% | 0.72% | - |
| XYZ | 22.86 | 12.23 | 15.91 | - |
| YUV | 86.04 | 141.53 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 110 | 0 | 0.83 | 0.40 | 0.28 | 329.01 | 0.7 | 0.42 |
| Hex | B7 | 20 | 6E | 0 | 53 | 28 | 1C | 149 | 46 | 2A |
| Octal | 267 | 40 | 156 | 0 | 123 | 50 | 34 | 511 | 106 | 52 |
| Binary | 10110111 | 100000 | 1101110 | 0 | 1010011 | 101000 | 11100 | 101001001 | 1000110 | 101010 |
Color Harmonies of #B7206E
Complementary color
Monochromatic Colors of #B7206E
Black with #B7206E
Text Example
Text Example
White with #B7206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7206E; }
p { color: rgb(183,32,110); }
H1.HeaderClassName
{
color: #B7206E;
}
.AnyTagClassName
{
color: #B7206E;
}
</style>
background-color css
<style>
a { background-color: #B7206E; }
a { background-color: rgb(183,32,110); }
div.DivClassName
{
background-color: #B7206E;
}
.BgClassName
{
background-color: #B7206E;
}
</style>
border-color css
<style>
span { border-color: #B7206E; }
span { border-color: rgb(183,32,110); }
td.TdClassName
{
border-color: #B7206E;
}
.TagClassName
{
border-color: #B7206E;
}
</style>