Shades of Medium Red Violet #B0287C
Tints of Medium Red Violet #B0287C
RGB
CMYK
RGB Variations
Color information
#B0287C (or 0xB0287C) is known color: Medium Red Violet. HEX triplet: B0, 28 and 7C. RGB value is (176,40,124). Sum of RGB (Red+Green+Blue) = 176+40+124=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0287C is #4FD783. Grayscale: #5A5A5A. Windows color (decimal): -5232516 or 8136880. OLE color: 8136880.
HSL color Cylindrical-coordinate representation of color #B0287C: hue angle of 322.94º 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 #B0287C is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 124 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.31 |
| HSL | 322.94º | 0.63% | 0.42% | - |
| HSV(B) | 322.94º | 0.77% | 0.69% | - |
| XYZ | 22.3 | 12.2 | 20.25 | - |
| YUV | 90.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 124 | 0 | 0.77 | 0.30 | 0.31 | 322.94 | 0.63 | 0.42 |
| Hex | B0 | 28 | 7C | 0 | 4D | 1E | 1F | 143 | 3F | 2A |
| Octal | 260 | 50 | 174 | 0 | 115 | 36 | 37 | 503 | 77 | 52 |
| Binary | 10110000 | 101000 | 1111100 | 0 | 1001101 | 11110 | 11111 | 101000011 | 111111 | 101010 |
Color Harmonies of #B0287C
Complementary color
Monochromatic Colors of #B0287C
Black with #B0287C
Text Example
Text Example
White with #B0287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0287C; }
p { color: rgb(176,40,124); }
H1.HeaderClassName
{
color: #B0287C;
}
.AnyTagClassName
{
color: #B0287C;
}
</style>
background-color css
<style>
a { background-color: #B0287C; }
a { background-color: rgb(176,40,124); }
div.DivClassName
{
background-color: #B0287C;
}
.BgClassName
{
background-color: #B0287C;
}
</style>
border-color css
<style>
span { border-color: #B0287C; }
span { border-color: rgb(176,40,124); }
td.TdClassName
{
border-color: #B0287C;
}
.TagClassName
{
border-color: #B0287C;
}
</style>