Shades of Medium Red Violet #B5288C
Tints of Medium Red Violet #B5288C
RGB
CMYK
RGB Variations
Color information
#B5288C (or 0xB5288C) is known color: Medium Red Violet. HEX triplet: B5, 28 and 8C. RGB value is (181,40,140). Sum of RGB (Red+Green+Blue) = 181+40+140=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5288C is #4AD773. Grayscale: #5D5D5D. Windows color (decimal): -4904820 or 9185461. OLE color: 9185461.
HSL color Cylindrical-coordinate representation of color #B5288C: hue angle of 317.45º 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 #B5288C is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 140 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.29 |
| HSL | 317.45º | 0.64% | 0.43% | - |
| HSV(B) | 317.45º | 0.78% | 0.71% | - |
| XYZ | 24.55 | 13.23 | 26.07 | - |
| YUV | 93.56 | 154.21 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 140 | 0 | 0.78 | 0.23 | 0.29 | 317.45 | 0.64 | 0.43 |
| Hex | B5 | 28 | 8C | 0 | 4E | 17 | 1D | 13D | 40 | 2B |
| Octal | 265 | 50 | 214 | 0 | 116 | 27 | 35 | 475 | 100 | 53 |
| Binary | 10110101 | 101000 | 10001100 | 0 | 1001110 | 10111 | 11101 | 100111101 | 1000000 | 101011 |
Color Harmonies of #B5288C
Complementary color
Monochromatic Colors of #B5288C
Black with #B5288C
Text Example
Text Example
White with #B5288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5288C; }
p { color: rgb(181,40,140); }
H1.HeaderClassName
{
color: #B5288C;
}
.AnyTagClassName
{
color: #B5288C;
}
</style>
background-color css
<style>
a { background-color: #B5288C; }
a { background-color: rgb(181,40,140); }
div.DivClassName
{
background-color: #B5288C;
}
.BgClassName
{
background-color: #B5288C;
}
</style>
border-color css
<style>
span { border-color: #B5288C; }
span { border-color: rgb(181,40,140); }
td.TdClassName
{
border-color: #B5288C;
}
.TagClassName
{
border-color: #B5288C;
}
</style>