Shades of Medium Red Violet #B7286C
Tints of Medium Red Violet #B7286C
RGB
CMYK
RGB Variations
Color information
#B7286C (or 0xB7286C) is known color: Medium Red Violet. HEX triplet: B7, 28 and 6C. RGB value is (183,40,108). Sum of RGB (Red+Green+Blue) = 183+40+108=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7286C is #48D793. Grayscale: #5A5A5A. Windows color (decimal): -4773780 or 7088311. OLE color: 7088311.
HSL color Cylindrical-coordinate representation of color #B7286C: hue angle of 331.47º 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 #B7286C is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 108 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.28 |
| HSL | 331.47º | 0.64% | 0.44% | - |
| HSV(B) | 331.47º | 0.78% | 0.72% | - |
| XYZ | 22.99 | 12.67 | 15.42 | - |
| YUV | 90.51 | 137.88 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 108 | 0 | 0.78 | 0.41 | 0.28 | 331.47 | 0.64 | 0.44 |
| Hex | B7 | 28 | 6C | 0 | 4E | 29 | 1C | 14B | 40 | 2C |
| Octal | 267 | 50 | 154 | 0 | 116 | 51 | 34 | 513 | 100 | 54 |
| Binary | 10110111 | 101000 | 1101100 | 0 | 1001110 | 101001 | 11100 | 101001011 | 1000000 | 101100 |
Color Harmonies of #B7286C
Complementary color
Monochromatic Colors of #B7286C
Black with #B7286C
Text Example
Text Example
White with #B7286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7286C; }
p { color: rgb(183,40,108); }
H1.HeaderClassName
{
color: #B7286C;
}
.AnyTagClassName
{
color: #B7286C;
}
</style>
background-color css
<style>
a { background-color: #B7286C; }
a { background-color: rgb(183,40,108); }
div.DivClassName
{
background-color: #B7286C;
}
.BgClassName
{
background-color: #B7286C;
}
</style>
border-color css
<style>
span { border-color: #B7286C; }
span { border-color: rgb(183,40,108); }
td.TdClassName
{
border-color: #B7286C;
}
.TagClassName
{
border-color: #B7286C;
}
</style>