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