Shades of Medium Red Violet #B0286E
Tints of Medium Red Violet #B0286E
RGB
CMYK
RGB Variations
Color information
#B0286E (or 0xB0286E) is known color: Medium Red Violet. HEX triplet: B0, 28 and 6E. RGB value is (176,40,110). Sum of RGB (Red+Green+Blue) = 176+40+110=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0286E is #4FD791. Grayscale: #585858. Windows color (decimal): -5232530 or 7219376. OLE color: 7219376.
HSL color Cylindrical-coordinate representation of color #B0286E: hue angle of 329.12º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0286E is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 110 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.31 |
| HSL | 329.12º | 0.63% | 0.42% | - |
| HSV(B) | 329.12º | 0.77% | 0.69% | - |
| XYZ | 21.48 | 11.87 | 15.91 | - |
| YUV | 88.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 110 | 0 | 0.77 | 0.37 | 0.31 | 329.12 | 0.63 | 0.42 |
| Hex | B0 | 28 | 6E | 0 | 4D | 25 | 1F | 149 | 3F | 2A |
| Octal | 260 | 50 | 156 | 0 | 115 | 45 | 37 | 511 | 77 | 52 |
| Binary | 10110000 | 101000 | 1101110 | 0 | 1001101 | 100101 | 11111 | 101001001 | 111111 | 101010 |
Color Harmonies of #B0286E
Complementary color
Monochromatic Colors of #B0286E
Black with #B0286E
Text Example
Text Example
White with #B0286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0286E; }
p { color: rgb(176,40,110); }
H1.HeaderClassName
{
color: #B0286E;
}
.AnyTagClassName
{
color: #B0286E;
}
</style>
background-color css
<style>
a { background-color: #B0286E; }
a { background-color: rgb(176,40,110); }
div.DivClassName
{
background-color: #B0286E;
}
.BgClassName
{
background-color: #B0286E;
}
</style>
border-color css
<style>
span { border-color: #B0286E; }
span { border-color: rgb(176,40,110); }
td.TdClassName
{
border-color: #B0286E;
}
.TagClassName
{
border-color: #B0286E;
}
</style>