Shades of Medium Violet Red #B7209C
Tints of Medium Violet Red #B7209C
RGB
CMYK
RGB Variations
Color information
#B7209C (or 0xB7209C) is known color: Medium Violet Red. HEX triplet: B7, 20 and 9C. RGB value is (183,32,156). Sum of RGB (Red+Green+Blue) = 183+32+156=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7209C is #48DF63. Grayscale: #5A5A5A. Windows color (decimal): -4775780 or 10231991. OLE color: 10231991.
HSL color Cylindrical-coordinate representation of color #B7209C: hue angle of 310.73º 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 #B7209C is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 156 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.28 |
| HSL | 310.73º | 0.7% | 0.42% | - |
| HSV(B) | 310.73º | 0.83% | 0.72% | - |
| XYZ | 26.05 | 13.5 | 32.69 | - |
| YUV | 91.29 | 164.53 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 156 | 0 | 0.83 | 0.15 | 0.28 | 310.73 | 0.7 | 0.42 |
| Hex | B7 | 20 | 9C | 0 | 53 | F | 1C | 137 | 46 | 2A |
| Octal | 267 | 40 | 234 | 0 | 123 | 17 | 34 | 467 | 106 | 52 |
| Binary | 10110111 | 100000 | 10011100 | 0 | 1010011 | 1111 | 11100 | 100110111 | 1000110 | 101010 |
Color Harmonies of #B7209C
Complementary color
Monochromatic Colors of #B7209C
Black with #B7209C
Text Example
Text Example
White with #B7209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7209C; }
p { color: rgb(183,32,156); }
H1.HeaderClassName
{
color: #B7209C;
}
.AnyTagClassName
{
color: #B7209C;
}
</style>
background-color css
<style>
a { background-color: #B7209C; }
a { background-color: rgb(183,32,156); }
div.DivClassName
{
background-color: #B7209C;
}
.BgClassName
{
background-color: #B7209C;
}
</style>
border-color css
<style>
span { border-color: #B7209C; }
span { border-color: rgb(183,32,156); }
td.TdClassName
{
border-color: #B7209C;
}
.TagClassName
{
border-color: #B7209C;
}
</style>