Shades of Medium Violet Red #B7209D
Tints of Medium Violet Red #B7209D
RGB
CMYK
RGB Variations
Color information
#B7209D (or 0xB7209D) is known color: Medium Violet Red. HEX triplet: B7, 20 and 9D. RGB value is (183,32,157). Sum of RGB (Red+Green+Blue) = 183+32+157=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7209D is #48DF62. Grayscale: #5B5B5B. Windows color (decimal): -4775779 or 10297527. OLE color: 10297527.
HSL color Cylindrical-coordinate representation of color #B7209D: hue angle of 310.33º 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 #B7209D is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 157 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.28 |
| HSL | 310.33º | 0.7% | 0.42% | - |
| HSV(B) | 310.33º | 0.83% | 0.72% | - |
| XYZ | 26.13 | 13.53 | 33.13 | - |
| YUV | 91.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 157 | 0 | 0.83 | 0.14 | 0.28 | 310.33 | 0.7 | 0.42 |
| Hex | B7 | 20 | 9D | 0 | 53 | E | 1C | 136 | 46 | 2A |
| Octal | 267 | 40 | 235 | 0 | 123 | 16 | 34 | 466 | 106 | 52 |
| Binary | 10110111 | 100000 | 10011101 | 0 | 1010011 | 1110 | 11100 | 100110110 | 1000110 | 101010 |
Color Harmonies of #B7209D
Complementary color
Monochromatic Colors of #B7209D
Black with #B7209D
Text Example
Text Example
White with #B7209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7209D; }
p { color: rgb(183,32,157); }
H1.HeaderClassName
{
color: #B7209D;
}
.AnyTagClassName
{
color: #B7209D;
}
</style>
background-color css
<style>
a { background-color: #B7209D; }
a { background-color: rgb(183,32,157); }
div.DivClassName
{
background-color: #B7209D;
}
.BgClassName
{
background-color: #B7209D;
}
</style>
border-color css
<style>
span { border-color: #B7209D; }
span { border-color: rgb(183,32,157); }
td.TdClassName
{
border-color: #B7209D;
}
.TagClassName
{
border-color: #B7209D;
}
</style>