Shades of Medium Red Violet #B0286D
Tints of Medium Red Violet #B0286D
RGB
CMYK
RGB Variations
Color information
#B0286D (or 0xB0286D) is known color: Medium Red Violet. HEX triplet: B0, 28 and 6D. RGB value is (176,40,109). Sum of RGB (Red+Green+Blue) = 176+40+109=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0286D is #4FD792. Grayscale: #585858. Windows color (decimal): -5232531 or 7153840. OLE color: 7153840.
HSL color Cylindrical-coordinate representation of color #B0286D: hue angle of 329.56º 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 #B0286D is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 109 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.31 |
| HSL | 329.56º | 0.63% | 0.42% | - |
| HSV(B) | 329.56º | 0.77% | 0.69% | - |
| XYZ | 21.42 | 11.85 | 15.63 | - |
| YUV | 88.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 109 | 0 | 0.77 | 0.38 | 0.31 | 329.56 | 0.63 | 0.42 |
| Hex | B0 | 28 | 6D | 0 | 4D | 26 | 1F | 14A | 3F | 2A |
| Octal | 260 | 50 | 155 | 0 | 115 | 46 | 37 | 512 | 77 | 52 |
| Binary | 10110000 | 101000 | 1101101 | 0 | 1001101 | 100110 | 11111 | 101001010 | 111111 | 101010 |
Color Harmonies of #B0286D
Complementary color
Monochromatic Colors of #B0286D
Black with #B0286D
Text Example
Text Example
White with #B0286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0286D; }
p { color: rgb(176,40,109); }
H1.HeaderClassName
{
color: #B0286D;
}
.AnyTagClassName
{
color: #B0286D;
}
</style>
background-color css
<style>
a { background-color: #B0286D; }
a { background-color: rgb(176,40,109); }
div.DivClassName
{
background-color: #B0286D;
}
.BgClassName
{
background-color: #B0286D;
}
</style>
border-color css
<style>
span { border-color: #B0286D; }
span { border-color: rgb(176,40,109); }
td.TdClassName
{
border-color: #B0286D;
}
.TagClassName
{
border-color: #B0286D;
}
</style>