Shades of Medium Violet Red #B7207F
Tints of Medium Violet Red #B7207F
RGB
CMYK
RGB Variations
Color information
#B7207F (or 0xB7207F) is known color: Medium Violet Red. HEX triplet: B7, 20 and 7F. RGB value is (183,32,127). Sum of RGB (Red+Green+Blue) = 183+32+127=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7207F is #48DF80. Grayscale: #575757. Windows color (decimal): -4775809 or 8331447. OLE color: 8331447.
HSL color Cylindrical-coordinate representation of color #B7207F: hue angle of 322.25º 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 #B7207F is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 127 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.28 |
| HSL | 322.25º | 0.7% | 0.42% | - |
| HSV(B) | 322.25º | 0.83% | 0.72% | - |
| XYZ | 23.88 | 12.63 | 21.26 | - |
| YUV | 87.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 127 | 0 | 0.83 | 0.31 | 0.28 | 322.25 | 0.7 | 0.42 |
| Hex | B7 | 20 | 7F | 0 | 53 | 1F | 1C | 142 | 46 | 2A |
| Octal | 267 | 40 | 177 | 0 | 123 | 37 | 34 | 502 | 106 | 52 |
| Binary | 10110111 | 100000 | 1111111 | 0 | 1010011 | 11111 | 11100 | 101000010 | 1000110 | 101010 |
Color Harmonies of #B7207F
Complementary color
Monochromatic Colors of #B7207F
Black with #B7207F
Text Example
Text Example
White with #B7207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7207F; }
p { color: rgb(183,32,127); }
H1.HeaderClassName
{
color: #B7207F;
}
.AnyTagClassName
{
color: #B7207F;
}
</style>
background-color css
<style>
a { background-color: #B7207F; }
a { background-color: rgb(183,32,127); }
div.DivClassName
{
background-color: #B7207F;
}
.BgClassName
{
background-color: #B7207F;
}
</style>
border-color css
<style>
span { border-color: #B7207F; }
span { border-color: rgb(183,32,127); }
td.TdClassName
{
border-color: #B7207F;
}
.TagClassName
{
border-color: #B7207F;
}
</style>