Shades of Medium Red Violet #B0288A
Tints of Medium Red Violet #B0288A
RGB
CMYK
RGB Variations
Color information
#B0288A (or 0xB0288A) is known color: Medium Red Violet. HEX triplet: B0, 28 and 8A. RGB value is (176,40,138). Sum of RGB (Red+Green+Blue) = 176+40+138=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0288A is #4FD775. Grayscale: #5B5B5B. Windows color (decimal): -5232502 or 9054384. OLE color: 9054384.
HSL color Cylindrical-coordinate representation of color #B0288A: hue angle of 316.76º 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 #B0288A is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 138 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.31 |
| HSL | 316.76º | 0.63% | 0.42% | - |
| HSV(B) | 316.76º | 0.77% | 0.69% | - |
| XYZ | 23.25 | 12.58 | 25.25 | - |
| YUV | 91.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 138 | 0 | 0.77 | 0.22 | 0.31 | 316.76 | 0.63 | 0.42 |
| Hex | B0 | 28 | 8A | 0 | 4D | 16 | 1F | 13D | 3F | 2A |
| Octal | 260 | 50 | 212 | 0 | 115 | 26 | 37 | 475 | 77 | 52 |
| Binary | 10110000 | 101000 | 10001010 | 0 | 1001101 | 10110 | 11111 | 100111101 | 111111 | 101010 |
Color Harmonies of #B0288A
Complementary color
Monochromatic Colors of #B0288A
Black with #B0288A
Text Example
Text Example
White with #B0288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0288A; }
p { color: rgb(176,40,138); }
H1.HeaderClassName
{
color: #B0288A;
}
.AnyTagClassName
{
color: #B0288A;
}
</style>
background-color css
<style>
a { background-color: #B0288A; }
a { background-color: rgb(176,40,138); }
div.DivClassName
{
background-color: #B0288A;
}
.BgClassName
{
background-color: #B0288A;
}
</style>
border-color css
<style>
span { border-color: #B0288A; }
span { border-color: rgb(176,40,138); }
td.TdClassName
{
border-color: #B0288A;
}
.TagClassName
{
border-color: #B0288A;
}
</style>