Shades of Medium Red Violet #B5289D
Tints of Medium Red Violet #B5289D
RGB
CMYK
RGB Variations
Color information
#B5289D (or 0xB5289D) is known color: Medium Red Violet. HEX triplet: B5, 28 and 9D. RGB value is (181,40,157). Sum of RGB (Red+Green+Blue) = 181+40+157=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5289D is #4AD762. Grayscale: #5F5F5F. Windows color (decimal): -4904803 or 10299573. OLE color: 10299573.
HSL color Cylindrical-coordinate representation of color #B5289D: hue angle of 310.21º 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 #B5289D is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 157 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.29 |
| HSL | 310.21º | 0.64% | 0.43% | - |
| HSV(B) | 310.21º | 0.78% | 0.71% | - |
| XYZ | 25.9 | 13.78 | 33.19 | - |
| YUV | 95.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 157 | 0 | 0.78 | 0.13 | 0.29 | 310.21 | 0.64 | 0.43 |
| Hex | B5 | 28 | 9D | 0 | 4E | D | 1D | 136 | 40 | 2B |
| Octal | 265 | 50 | 235 | 0 | 116 | 15 | 35 | 466 | 100 | 53 |
| Binary | 10110101 | 101000 | 10011101 | 0 | 1001110 | 1101 | 11101 | 100110110 | 1000000 | 101011 |
Color Harmonies of #B5289D
Complementary color
Monochromatic Colors of #B5289D
Black with #B5289D
Text Example
Text Example
White with #B5289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5289D; }
p { color: rgb(181,40,157); }
H1.HeaderClassName
{
color: #B5289D;
}
.AnyTagClassName
{
color: #B5289D;
}
</style>
background-color css
<style>
a { background-color: #B5289D; }
a { background-color: rgb(181,40,157); }
div.DivClassName
{
background-color: #B5289D;
}
.BgClassName
{
background-color: #B5289D;
}
</style>
border-color css
<style>
span { border-color: #B5289D; }
span { border-color: rgb(181,40,157); }
td.TdClassName
{
border-color: #B5289D;
}
.TagClassName
{
border-color: #B5289D;
}
</style>