Shades of Medium Red Violet #B0288C
Tints of Medium Red Violet #B0288C
RGB
CMYK
RGB Variations
Color information
#B0288C (or 0xB0288C) is known color: Medium Red Violet. HEX triplet: B0, 28 and 8C. RGB value is (176,40,140). Sum of RGB (Red+Green+Blue) = 176+40+140=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0288C is #4FD773. Grayscale: #5B5B5B. Windows color (decimal): -5232500 or 9185456. OLE color: 9185456.
HSL color Cylindrical-coordinate representation of color #B0288C: hue angle of 315.88º 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 #B0288C is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 140 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.31 |
| HSL | 315.88º | 0.63% | 0.42% | - |
| HSV(B) | 315.88º | 0.77% | 0.69% | - |
| XYZ | 23.4 | 12.64 | 26.02 | - |
| YUV | 92.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 140 | 0 | 0.77 | 0.20 | 0.31 | 315.88 | 0.63 | 0.42 |
| Hex | B0 | 28 | 8C | 0 | 4D | 14 | 1F | 13C | 3F | 2A |
| Octal | 260 | 50 | 214 | 0 | 115 | 24 | 37 | 474 | 77 | 52 |
| Binary | 10110000 | 101000 | 10001100 | 0 | 1001101 | 10100 | 11111 | 100111100 | 111111 | 101010 |
Color Harmonies of #B0288C
Complementary color
Monochromatic Colors of #B0288C
Black with #B0288C
Text Example
Text Example
White with #B0288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0288C; }
p { color: rgb(176,40,140); }
H1.HeaderClassName
{
color: #B0288C;
}
.AnyTagClassName
{
color: #B0288C;
}
</style>
background-color css
<style>
a { background-color: #B0288C; }
a { background-color: rgb(176,40,140); }
div.DivClassName
{
background-color: #B0288C;
}
.BgClassName
{
background-color: #B0288C;
}
</style>
border-color css
<style>
span { border-color: #B0288C; }
span { border-color: rgb(176,40,140); }
td.TdClassName
{
border-color: #B0288C;
}
.TagClassName
{
border-color: #B0288C;
}
</style>