Shades of Medium Red Violet #B0287B
Tints of Medium Red Violet #B0287B
RGB
CMYK
RGB Variations
Color information
#B0287B (or 0xB0287B) is known color: Medium Red Violet. HEX triplet: B0, 28 and 7B. RGB value is (176,40,123). Sum of RGB (Red+Green+Blue) = 176+40+123=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0287B is #4FD784. Grayscale: #595959. Windows color (decimal): -5232517 or 8071344. OLE color: 8071344.
HSL color Cylindrical-coordinate representation of color #B0287B: hue angle of 323.38º 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 #B0287B is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 123 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.31 |
| HSL | 323.38º | 0.63% | 0.42% | - |
| HSV(B) | 323.38º | 0.77% | 0.69% | - |
| XYZ | 22.24 | 12.18 | 19.92 | - |
| YUV | 90.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 123 | 0 | 0.77 | 0.30 | 0.31 | 323.38 | 0.63 | 0.42 |
| Hex | B0 | 28 | 7B | 0 | 4D | 1E | 1F | 143 | 3F | 2A |
| Octal | 260 | 50 | 173 | 0 | 115 | 36 | 37 | 503 | 77 | 52 |
| Binary | 10110000 | 101000 | 1111011 | 0 | 1001101 | 11110 | 11111 | 101000011 | 111111 | 101010 |
Color Harmonies of #B0287B
Complementary color
Monochromatic Colors of #B0287B
Black with #B0287B
Text Example
Text Example
White with #B0287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0287B; }
p { color: rgb(176,40,123); }
H1.HeaderClassName
{
color: #B0287B;
}
.AnyTagClassName
{
color: #B0287B;
}
</style>
background-color css
<style>
a { background-color: #B0287B; }
a { background-color: rgb(176,40,123); }
div.DivClassName
{
background-color: #B0287B;
}
.BgClassName
{
background-color: #B0287B;
}
</style>
border-color css
<style>
span { border-color: #B0287B; }
span { border-color: rgb(176,40,123); }
td.TdClassName
{
border-color: #B0287B;
}
.TagClassName
{
border-color: #B0287B;
}
</style>