Shades of Medium Violet Red #B7208F
Tints of Medium Violet Red #B7208F
RGB
CMYK
RGB Variations
Color information
#B7208F (or 0xB7208F) is known color: Medium Violet Red. HEX triplet: B7, 20 and 8F. RGB value is (183,32,143). Sum of RGB (Red+Green+Blue) = 183+32+143=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7208F is #48DF70. Grayscale: #595959. Windows color (decimal): -4775793 or 9380023. OLE color: 9380023.
HSL color Cylindrical-coordinate representation of color #B7208F: hue angle of 315.89º 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 #B7208F is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 143 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.28 |
| HSL | 315.89º | 0.7% | 0.42% | - |
| HSV(B) | 315.89º | 0.83% | 0.72% | - |
| XYZ | 25 | 13.08 | 27.19 | - |
| YUV | 89.8 | 158.03 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 143 | 0 | 0.83 | 0.22 | 0.28 | 315.89 | 0.7 | 0.42 |
| Hex | B7 | 20 | 8F | 0 | 53 | 16 | 1C | 13C | 46 | 2A |
| Octal | 267 | 40 | 217 | 0 | 123 | 26 | 34 | 474 | 106 | 52 |
| Binary | 10110111 | 100000 | 10001111 | 0 | 1010011 | 10110 | 11100 | 100111100 | 1000110 | 101010 |
Color Harmonies of #B7208F
Complementary color
Monochromatic Colors of #B7208F
Black with #B7208F
Text Example
Text Example
White with #B7208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7208F; }
p { color: rgb(183,32,143); }
H1.HeaderClassName
{
color: #B7208F;
}
.AnyTagClassName
{
color: #B7208F;
}
</style>
background-color css
<style>
a { background-color: #B7208F; }
a { background-color: rgb(183,32,143); }
div.DivClassName
{
background-color: #B7208F;
}
.BgClassName
{
background-color: #B7208F;
}
</style>
border-color css
<style>
span { border-color: #B7208F; }
span { border-color: rgb(183,32,143); }
td.TdClassName
{
border-color: #B7208F;
}
.TagClassName
{
border-color: #B7208F;
}
</style>