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