Shades of Medium Red Violet #B5409B
Tints of Medium Red Violet #B5409B
RGB
CMYK
RGB Variations
Color information
#B5409B (or 0xB5409B) is known color: Medium Red Violet. HEX triplet: B5, 40 and 9B. RGB value is (181,64,155). Sum of RGB (Red+Green+Blue) = 181+64+155=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B5409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5409B is #4ABF64. Grayscale: #6D6D6D. Windows color (decimal): -4898661 or 10174645. OLE color: 10174645.
HSL color Cylindrical-coordinate representation of color #B5409B: hue angle of 313.33º 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 #B5409B is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 155 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.29 |
| HSL | 313.33º | 0.48% | 0.48% | - |
| HSV(B) | 313.33º | 0.65% | 0.71% | - |
| XYZ | 26.81 | 15.86 | 32.66 | - |
| YUV | 109.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 155 | 0 | 0.65 | 0.14 | 0.29 | 313.33 | 0.48 | 0.48 |
| Hex | B5 | 40 | 9B | 0 | 41 | E | 1D | 139 | 30 | 30 |
| Octal | 265 | 100 | 233 | 0 | 101 | 16 | 35 | 471 | 60 | 60 |
| Binary | 10110101 | 1000000 | 10011011 | 0 | 1000001 | 1110 | 11101 | 100111001 | 110000 | 110000 |
Color Harmonies of #B5409B
Complementary color
Monochromatic Colors of #B5409B
Black with #B5409B
Text Example
Text Example
White with #B5409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5409B; }
p { color: rgb(181,64,155); }
H1.HeaderClassName
{
color: #B5409B;
}
.AnyTagClassName
{
color: #B5409B;
}
</style>
background-color css
<style>
a { background-color: #B5409B; }
a { background-color: rgb(181,64,155); }
div.DivClassName
{
background-color: #B5409B;
}
.BgClassName
{
background-color: #B5409B;
}
</style>
border-color css
<style>
span { border-color: #B5409B; }
span { border-color: rgb(181,64,155); }
td.TdClassName
{
border-color: #B5409B;
}
.TagClassName
{
border-color: #B5409B;
}
</style>