Shades of Medium Violet Red #B7208E
Tints of Medium Violet Red #B7208E
RGB
CMYK
RGB Variations
Color information
#B7208E (or 0xB7208E) is known color: Medium Violet Red. HEX triplet: B7, 20 and 8E. RGB value is (183,32,142). Sum of RGB (Red+Green+Blue) = 183+32+142=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7208E is #48DF71. Grayscale: #595959. Windows color (decimal): -4775794 or 9314487. OLE color: 9314487.
HSL color Cylindrical-coordinate representation of color #B7208E: hue angle of 316.29º 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 #B7208E is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 142 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.28 |
| HSL | 316.29º | 0.7% | 0.42% | - |
| HSV(B) | 316.29º | 0.83% | 0.72% | - |
| XYZ | 24.93 | 13.05 | 26.8 | - |
| YUV | 89.69 | 157.53 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 142 | 0 | 0.83 | 0.22 | 0.28 | 316.29 | 0.7 | 0.42 |
| Hex | B7 | 20 | 8E | 0 | 53 | 16 | 1C | 13C | 46 | 2A |
| Octal | 267 | 40 | 216 | 0 | 123 | 26 | 34 | 474 | 106 | 52 |
| Binary | 10110111 | 100000 | 10001110 | 0 | 1010011 | 10110 | 11100 | 100111100 | 1000110 | 101010 |
Color Harmonies of #B7208E
Complementary color
Monochromatic Colors of #B7208E
Black with #B7208E
Text Example
Text Example
White with #B7208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7208E; }
p { color: rgb(183,32,142); }
H1.HeaderClassName
{
color: #B7208E;
}
.AnyTagClassName
{
color: #B7208E;
}
</style>
background-color css
<style>
a { background-color: #B7208E; }
a { background-color: rgb(183,32,142); }
div.DivClassName
{
background-color: #B7208E;
}
.BgClassName
{
background-color: #B7208E;
}
</style>
border-color css
<style>
span { border-color: #B7208E; }
span { border-color: rgb(183,32,142); }
td.TdClassName
{
border-color: #B7208E;
}
.TagClassName
{
border-color: #B7208E;
}
</style>