Shades of Medium Red Violet #B7206F
Tints of Medium Red Violet #B7206F
RGB
CMYK
RGB Variations
Color information
#B7206F (or 0xB7206F) is known color: Medium Red Violet. HEX triplet: B7, 20 and 6F. RGB value is (183,32,111). Sum of RGB (Red+Green+Blue) = 183+32+111=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7206F is #48DF90. Grayscale: #555555. Windows color (decimal): -4775825 or 7282871. OLE color: 7282871.
HSL color Cylindrical-coordinate representation of color #B7206F: hue angle of 328.61º 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 #B7206F is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 111 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.28 |
| HSL | 328.61º | 0.7% | 0.42% | - |
| HSV(B) | 328.61º | 0.83% | 0.72% | - |
| XYZ | 22.91 | 12.25 | 16.2 | - |
| YUV | 86.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 111 | 0 | 0.83 | 0.39 | 0.28 | 328.61 | 0.7 | 0.42 |
| Hex | B7 | 20 | 6F | 0 | 53 | 27 | 1C | 149 | 46 | 2A |
| Octal | 267 | 40 | 157 | 0 | 123 | 47 | 34 | 511 | 106 | 52 |
| Binary | 10110111 | 100000 | 1101111 | 0 | 1010011 | 100111 | 11100 | 101001001 | 1000110 | 101010 |
Color Harmonies of #B7206F
Complementary color
Monochromatic Colors of #B7206F
Black with #B7206F
Text Example
Text Example
White with #B7206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7206F; }
p { color: rgb(183,32,111); }
H1.HeaderClassName
{
color: #B7206F;
}
.AnyTagClassName
{
color: #B7206F;
}
</style>
background-color css
<style>
a { background-color: #B7206F; }
a { background-color: rgb(183,32,111); }
div.DivClassName
{
background-color: #B7206F;
}
.BgClassName
{
background-color: #B7206F;
}
</style>
border-color css
<style>
span { border-color: #B7206F; }
span { border-color: rgb(183,32,111); }
td.TdClassName
{
border-color: #B7206F;
}
.TagClassName
{
border-color: #B7206F;
}
</style>