Shades of Medium Red Violet #B5409F
Tints of Medium Red Violet #B5409F
RGB
CMYK
RGB Variations
Color information
#B5409F (or 0xB5409F) is known color: Medium Red Violet. HEX triplet: B5, 40 and 9F. RGB value is (181,64,159). Sum of RGB (Red+Green+Blue) = 181+64+159=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5409F is #4ABF60. Grayscale: #6D6D6D. Windows color (decimal): -4898657 or 10436789. OLE color: 10436789.
HSL color Cylindrical-coordinate representation of color #B5409F: hue angle of 311.28º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5409F is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 159 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.29 |
| HSL | 311.28º | 0.48% | 0.48% | - |
| HSV(B) | 311.28º | 0.65% | 0.71% | - |
| XYZ | 27.15 | 15.99 | 34.46 | - |
| YUV | 109.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 159 | 0 | 0.65 | 0.12 | 0.29 | 311.28 | 0.48 | 0.48 |
| Hex | B5 | 40 | 9F | 0 | 41 | C | 1D | 137 | 30 | 30 |
| Octal | 265 | 100 | 237 | 0 | 101 | 14 | 35 | 467 | 60 | 60 |
| Binary | 10110101 | 1000000 | 10011111 | 0 | 1000001 | 1100 | 11101 | 100110111 | 110000 | 110000 |
Color Harmonies of #B5409F
Complementary color
Monochromatic Colors of #B5409F
Black with #B5409F
Text Example
Text Example
White with #B5409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5409F; }
p { color: rgb(181,64,159); }
H1.HeaderClassName
{
color: #B5409F;
}
.AnyTagClassName
{
color: #B5409F;
}
</style>
background-color css
<style>
a { background-color: #B5409F; }
a { background-color: rgb(181,64,159); }
div.DivClassName
{
background-color: #B5409F;
}
.BgClassName
{
background-color: #B5409F;
}
</style>
border-color css
<style>
span { border-color: #B5409F; }
span { border-color: rgb(181,64,159); }
td.TdClassName
{
border-color: #B5409F;
}
.TagClassName
{
border-color: #B5409F;
}
</style>