Shades of Medium Red Violet #B0288D
Tints of Medium Red Violet #B0288D
RGB
CMYK
RGB Variations
Color information
#B0288D (or 0xB0288D) is known color: Medium Red Violet. HEX triplet: B0, 28 and 8D. RGB value is (176,40,141). Sum of RGB (Red+Green+Blue) = 176+40+141=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0288D is #4FD772. Grayscale: #5B5B5B. Windows color (decimal): -5232499 or 9250992. OLE color: 9250992.
HSL color Cylindrical-coordinate representation of color #B0288D: hue angle of 315.44º 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 #B0288D is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 141 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.31 |
| HSL | 315.44º | 0.63% | 0.42% | - |
| HSV(B) | 315.44º | 0.77% | 0.69% | - |
| XYZ | 23.47 | 12.67 | 26.41 | - |
| YUV | 92.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 141 | 0 | 0.77 | 0.20 | 0.31 | 315.44 | 0.63 | 0.42 |
| Hex | B0 | 28 | 8D | 0 | 4D | 14 | 1F | 13B | 3F | 2A |
| Octal | 260 | 50 | 215 | 0 | 115 | 24 | 37 | 473 | 77 | 52 |
| Binary | 10110000 | 101000 | 10001101 | 0 | 1001101 | 10100 | 11111 | 100111011 | 111111 | 101010 |
Color Harmonies of #B0288D
Complementary color
Monochromatic Colors of #B0288D
Black with #B0288D
Text Example
Text Example
White with #B0288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0288D; }
p { color: rgb(176,40,141); }
H1.HeaderClassName
{
color: #B0288D;
}
.AnyTagClassName
{
color: #B0288D;
}
</style>
background-color css
<style>
a { background-color: #B0288D; }
a { background-color: rgb(176,40,141); }
div.DivClassName
{
background-color: #B0288D;
}
.BgClassName
{
background-color: #B0288D;
}
</style>
border-color css
<style>
span { border-color: #B0288D; }
span { border-color: rgb(176,40,141); }
td.TdClassName
{
border-color: #B0288D;
}
.TagClassName
{
border-color: #B0288D;
}
</style>