Shades of Medium Red Violet #B5288E
Tints of Medium Red Violet #B5288E
RGB
CMYK
RGB Variations
Color information
#B5288E (or 0xB5288E) is known color: Medium Red Violet. HEX triplet: B5, 28 and 8E. RGB value is (181,40,142). Sum of RGB (Red+Green+Blue) = 181+40+142=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5288E is #4AD771. Grayscale: #5D5D5D. Windows color (decimal): -4904818 or 9316533. OLE color: 9316533.
HSL color Cylindrical-coordinate representation of color #B5288E: hue angle of 316.6º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5288E is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 142 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.29 |
| HSL | 316.6º | 0.64% | 0.43% | - |
| HSV(B) | 316.6º | 0.78% | 0.71% | - |
| XYZ | 24.7 | 13.29 | 26.86 | - |
| YUV | 93.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 142 | 0 | 0.78 | 0.22 | 0.29 | 316.6 | 0.64 | 0.43 |
| Hex | B5 | 28 | 8E | 0 | 4E | 16 | 1D | 13D | 40 | 2B |
| Octal | 265 | 50 | 216 | 0 | 116 | 26 | 35 | 475 | 100 | 53 |
| Binary | 10110101 | 101000 | 10001110 | 0 | 1001110 | 10110 | 11101 | 100111101 | 1000000 | 101011 |
Color Harmonies of #B5288E
Complementary color
Monochromatic Colors of #B5288E
Black with #B5288E
Text Example
Text Example
White with #B5288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5288E; }
p { color: rgb(181,40,142); }
H1.HeaderClassName
{
color: #B5288E;
}
.AnyTagClassName
{
color: #B5288E;
}
</style>
background-color css
<style>
a { background-color: #B5288E; }
a { background-color: rgb(181,40,142); }
div.DivClassName
{
background-color: #B5288E;
}
.BgClassName
{
background-color: #B5288E;
}
</style>
border-color css
<style>
span { border-color: #B5288E; }
span { border-color: rgb(181,40,142); }
td.TdClassName
{
border-color: #B5288E;
}
.TagClassName
{
border-color: #B5288E;
}
</style>