Shades of Medium Red Violet #B7287A
Tints of Medium Red Violet #B7287A
RGB
CMYK
RGB Variations
Color information
#B7287A (or 0xB7287A) is known color: Medium Red Violet. HEX triplet: B7, 28 and 7A. RGB value is (183,40,122). Sum of RGB (Red+Green+Blue) = 183+40+122=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7287A is #48D785. Grayscale: #5B5B5B. Windows color (decimal): -4773766 or 8005815. OLE color: 8005815.
HSL color Cylindrical-coordinate representation of color #B7287A: hue angle of 325.59º 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 #B7287A is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 122 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.28 |
| HSL | 325.59º | 0.64% | 0.44% | - |
| HSV(B) | 325.59º | 0.78% | 0.72% | - |
| XYZ | 23.8 | 12.99 | 19.67 | - |
| YUV | 92.11 | 144.88 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 122 | 0 | 0.78 | 0.33 | 0.28 | 325.59 | 0.64 | 0.44 |
| Hex | B7 | 28 | 7A | 0 | 4E | 21 | 1C | 146 | 40 | 2C |
| Octal | 267 | 50 | 172 | 0 | 116 | 41 | 34 | 506 | 100 | 54 |
| Binary | 10110111 | 101000 | 1111010 | 0 | 1001110 | 100001 | 11100 | 101000110 | 1000000 | 101100 |
Color Harmonies of #B7287A
Complementary color
Monochromatic Colors of #B7287A
Black with #B7287A
Text Example
Text Example
White with #B7287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7287A; }
p { color: rgb(183,40,122); }
H1.HeaderClassName
{
color: #B7287A;
}
.AnyTagClassName
{
color: #B7287A;
}
</style>
background-color css
<style>
a { background-color: #B7287A; }
a { background-color: rgb(183,40,122); }
div.DivClassName
{
background-color: #B7287A;
}
.BgClassName
{
background-color: #B7287A;
}
</style>
border-color css
<style>
span { border-color: #B7287A; }
span { border-color: rgb(183,40,122); }
td.TdClassName
{
border-color: #B7287A;
}
.TagClassName
{
border-color: #B7287A;
}
</style>