Shades of Medium Violet Red #B7209A
Tints of Medium Violet Red #B7209A
RGB
CMYK
RGB Variations
Color information
#B7209A (or 0xB7209A) is known color: Medium Violet Red. HEX triplet: B7, 20 and 9A. RGB value is (183,32,154). Sum of RGB (Red+Green+Blue) = 183+32+154=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B7209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7209A is #48DF65. Grayscale: #5A5A5A. Windows color (decimal): -4775782 or 10100919. OLE color: 10100919.
HSL color Cylindrical-coordinate representation of color #B7209A: hue angle of 311.52º 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 #B7209A is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 154 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.28 |
| HSL | 311.52º | 0.7% | 0.42% | - |
| HSV(B) | 311.52º | 0.83% | 0.72% | - |
| XYZ | 25.88 | 13.43 | 31.8 | - |
| YUV | 91.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 154 | 0 | 0.83 | 0.16 | 0.28 | 311.52 | 0.7 | 0.42 |
| Hex | B7 | 20 | 9A | 0 | 53 | 10 | 1C | 138 | 46 | 2A |
| Octal | 267 | 40 | 232 | 0 | 123 | 20 | 34 | 470 | 106 | 52 |
| Binary | 10110111 | 100000 | 10011010 | 0 | 1010011 | 10000 | 11100 | 100111000 | 1000110 | 101010 |
Color Harmonies of #B7209A
Complementary color
Monochromatic Colors of #B7209A
Black with #B7209A
Text Example
Text Example
White with #B7209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7209A; }
p { color: rgb(183,32,154); }
H1.HeaderClassName
{
color: #B7209A;
}
.AnyTagClassName
{
color: #B7209A;
}
</style>
background-color css
<style>
a { background-color: #B7209A; }
a { background-color: rgb(183,32,154); }
div.DivClassName
{
background-color: #B7209A;
}
.BgClassName
{
background-color: #B7209A;
}
</style>
border-color css
<style>
span { border-color: #B7209A; }
span { border-color: rgb(183,32,154); }
td.TdClassName
{
border-color: #B7209A;
}
.TagClassName
{
border-color: #B7209A;
}
</style>