Shades of Medium Red Violet #B7286F
Tints of Medium Red Violet #B7286F
RGB
CMYK
RGB Variations
Color information
#B7286F (or 0xB7286F) is known color: Medium Red Violet. HEX triplet: B7, 28 and 6F. RGB value is (183,40,111). Sum of RGB (Red+Green+Blue) = 183+40+111=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B7286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7286F is #48D790. Grayscale: #5A5A5A. Windows color (decimal): -4773777 or 7284919. OLE color: 7284919.
HSL color Cylindrical-coordinate representation of color #B7286F: hue angle of 330.21º 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 #B7286F is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 111 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.28 |
| HSL | 330.21º | 0.64% | 0.44% | - |
| HSV(B) | 330.21º | 0.78% | 0.72% | - |
| XYZ | 23.16 | 12.73 | 16.28 | - |
| YUV | 90.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 111 | 0 | 0.78 | 0.39 | 0.28 | 330.21 | 0.64 | 0.44 |
| Hex | B7 | 28 | 6F | 0 | 4E | 27 | 1C | 14A | 40 | 2C |
| Octal | 267 | 50 | 157 | 0 | 116 | 47 | 34 | 512 | 100 | 54 |
| Binary | 10110111 | 101000 | 1101111 | 0 | 1001110 | 100111 | 11100 | 101001010 | 1000000 | 101100 |
Color Harmonies of #B7286F
Complementary color
Monochromatic Colors of #B7286F
Black with #B7286F
Text Example
Text Example
White with #B7286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7286F; }
p { color: rgb(183,40,111); }
H1.HeaderClassName
{
color: #B7286F;
}
.AnyTagClassName
{
color: #B7286F;
}
</style>
background-color css
<style>
a { background-color: #B7286F; }
a { background-color: rgb(183,40,111); }
div.DivClassName
{
background-color: #B7286F;
}
.BgClassName
{
background-color: #B7286F;
}
</style>
border-color css
<style>
span { border-color: #B7286F; }
span { border-color: rgb(183,40,111); }
td.TdClassName
{
border-color: #B7286F;
}
.TagClassName
{
border-color: #B7286F;
}
</style>