Shades of Medium Red Violet #B7287F
Tints of Medium Red Violet #B7287F
RGB
CMYK
RGB Variations
Color information
#B7287F (or 0xB7287F) is known color: Medium Red Violet. HEX triplet: B7, 28 and 7F. RGB value is (183,40,127). Sum of RGB (Red+Green+Blue) = 183+40+127=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B7287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7287F is #48D780. Grayscale: #5C5C5C. Windows color (decimal): -4773761 or 8333495. OLE color: 8333495.
HSL color Cylindrical-coordinate representation of color #B7287F: hue angle of 323.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7287F is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 127 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.28 |
| HSL | 323.5º | 0.64% | 0.44% | - |
| HSV(B) | 323.5º | 0.78% | 0.72% | - |
| XYZ | 24.12 | 13.12 | 21.34 | - |
| YUV | 92.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 127 | 0 | 0.78 | 0.31 | 0.28 | 323.5 | 0.64 | 0.44 |
| Hex | B7 | 28 | 7F | 0 | 4E | 1F | 1C | 143 | 40 | 2C |
| Octal | 267 | 50 | 177 | 0 | 116 | 37 | 34 | 503 | 100 | 54 |
| Binary | 10110111 | 101000 | 1111111 | 0 | 1001110 | 11111 | 11100 | 101000011 | 1000000 | 101100 |
Color Harmonies of #B7287F
Complementary color
Monochromatic Colors of #B7287F
Black with #B7287F
Text Example
Text Example
White with #B7287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7287F; }
p { color: rgb(183,40,127); }
H1.HeaderClassName
{
color: #B7287F;
}
.AnyTagClassName
{
color: #B7287F;
}
</style>
background-color css
<style>
a { background-color: #B7287F; }
a { background-color: rgb(183,40,127); }
div.DivClassName
{
background-color: #B7287F;
}
.BgClassName
{
background-color: #B7287F;
}
</style>
border-color css
<style>
span { border-color: #B7287F; }
span { border-color: rgb(183,40,127); }
td.TdClassName
{
border-color: #B7287F;
}
.TagClassName
{
border-color: #B7287F;
}
</style>