Shades of Medium Red Violet #B7207C
Tints of Medium Red Violet #B7207C
RGB
CMYK
RGB Variations
Color information
#B7207C (or 0xB7207C) is known color: Medium Red Violet. HEX triplet: B7, 20 and 7C. RGB value is (183,32,124). Sum of RGB (Red+Green+Blue) = 183+32+124=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7207C is #48DF83. Grayscale: #575757. Windows color (decimal): -4775812 or 8134839. OLE color: 8134839.
HSL color Cylindrical-coordinate representation of color #B7207C: hue angle of 323.44º 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 #B7207C is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 124 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.28 |
| HSL | 323.44º | 0.7% | 0.42% | - |
| HSV(B) | 323.44º | 0.83% | 0.72% | - |
| XYZ | 23.68 | 12.56 | 20.24 | - |
| YUV | 87.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 124 | 0 | 0.83 | 0.32 | 0.28 | 323.44 | 0.7 | 0.42 |
| Hex | B7 | 20 | 7C | 0 | 53 | 20 | 1C | 143 | 46 | 2A |
| Octal | 267 | 40 | 174 | 0 | 123 | 40 | 34 | 503 | 106 | 52 |
| Binary | 10110111 | 100000 | 1111100 | 0 | 1010011 | 100000 | 11100 | 101000011 | 1000110 | 101010 |
Color Harmonies of #B7207C
Complementary color
Monochromatic Colors of #B7207C
Black with #B7207C
Text Example
Text Example
White with #B7207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7207C; }
p { color: rgb(183,32,124); }
H1.HeaderClassName
{
color: #B7207C;
}
.AnyTagClassName
{
color: #B7207C;
}
</style>
background-color css
<style>
a { background-color: #B7207C; }
a { background-color: rgb(183,32,124); }
div.DivClassName
{
background-color: #B7207C;
}
.BgClassName
{
background-color: #B7207C;
}
</style>
border-color css
<style>
span { border-color: #B7207C; }
span { border-color: rgb(183,32,124); }
td.TdClassName
{
border-color: #B7207C;
}
.TagClassName
{
border-color: #B7207C;
}
</style>