Shades of Medium Red Violet #B5408C
Tints of Medium Red Violet #B5408C
RGB
CMYK
RGB Variations
Color information
#B5408C (or 0xB5408C) is known color: Medium Red Violet. HEX triplet: B5, 40 and 8C. RGB value is (181,64,140). Sum of RGB (Red+Green+Blue) = 181+64+140=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5408C is #4ABF73. Grayscale: #6B6B6B. Windows color (decimal): -4898676 or 9191605. OLE color: 9191605.
HSL color Cylindrical-coordinate representation of color #B5408C: hue angle of 321.03º 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 #B5408C is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 140 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.29 |
| HSL | 321.03º | 0.48% | 0.48% | - |
| HSV(B) | 321.03º | 0.65% | 0.71% | - |
| XYZ | 25.62 | 15.38 | 26.43 | - |
| YUV | 107.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 140 | 0 | 0.65 | 0.23 | 0.29 | 321.03 | 0.48 | 0.48 |
| Hex | B5 | 40 | 8C | 0 | 41 | 17 | 1D | 141 | 30 | 30 |
| Octal | 265 | 100 | 214 | 0 | 101 | 27 | 35 | 501 | 60 | 60 |
| Binary | 10110101 | 1000000 | 10001100 | 0 | 1000001 | 10111 | 11101 | 101000001 | 110000 | 110000 |
Color Harmonies of #B5408C
Complementary color
Monochromatic Colors of #B5408C
Black with #B5408C
Text Example
Text Example
White with #B5408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5408C; }
p { color: rgb(181,64,140); }
H1.HeaderClassName
{
color: #B5408C;
}
.AnyTagClassName
{
color: #B5408C;
}
</style>
background-color css
<style>
a { background-color: #B5408C; }
a { background-color: rgb(181,64,140); }
div.DivClassName
{
background-color: #B5408C;
}
.BgClassName
{
background-color: #B5408C;
}
</style>
border-color css
<style>
span { border-color: #B5408C; }
span { border-color: rgb(181,64,140); }
td.TdClassName
{
border-color: #B5408C;
}
.TagClassName
{
border-color: #B5408C;
}
</style>