Shades of Medium Red Violet #B0287D
Tints of Medium Red Violet #B0287D
RGB
CMYK
RGB Variations
Color information
#B0287D (or 0xB0287D) is known color: Medium Red Violet. HEX triplet: B0, 28 and 7D. RGB value is (176,40,125). Sum of RGB (Red+Green+Blue) = 176+40+125=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0287D is #4FD782. Grayscale: #5A5A5A. Windows color (decimal): -5232515 or 8202416. OLE color: 8202416.
HSL color Cylindrical-coordinate representation of color #B0287D: hue angle of 322.5º 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 #B0287D is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 125 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.31 |
| HSL | 322.5º | 0.63% | 0.42% | - |
| HSV(B) | 322.5º | 0.77% | 0.69% | - |
| XYZ | 22.36 | 12.23 | 20.58 | - |
| YUV | 90.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 125 | 0 | 0.77 | 0.29 | 0.31 | 322.5 | 0.63 | 0.42 |
| Hex | B0 | 28 | 7D | 0 | 4D | 1D | 1F | 142 | 3F | 2A |
| Octal | 260 | 50 | 175 | 0 | 115 | 35 | 37 | 502 | 77 | 52 |
| Binary | 10110000 | 101000 | 1111101 | 0 | 1001101 | 11101 | 11111 | 101000010 | 111111 | 101010 |
Color Harmonies of #B0287D
Complementary color
Monochromatic Colors of #B0287D
Black with #B0287D
Text Example
Text Example
White with #B0287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0287D; }
p { color: rgb(176,40,125); }
H1.HeaderClassName
{
color: #B0287D;
}
.AnyTagClassName
{
color: #B0287D;
}
</style>
background-color css
<style>
a { background-color: #B0287D; }
a { background-color: rgb(176,40,125); }
div.DivClassName
{
background-color: #B0287D;
}
.BgClassName
{
background-color: #B0287D;
}
</style>
border-color css
<style>
span { border-color: #B0287D; }
span { border-color: rgb(176,40,125); }
td.TdClassName
{
border-color: #B0287D;
}
.TagClassName
{
border-color: #B0287D;
}
</style>