Shades of Medium Red Violet #B5239C
Tints of Medium Red Violet #B5239C
RGB
CMYK
RGB Variations
Color information
#B5239C (or 0xB5239C) is known color: Medium Red Violet. HEX triplet: B5, 23 and 9C. RGB value is (181,35,156). Sum of RGB (Red+Green+Blue) = 181+35+156=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5239C is #4ADC63. Grayscale: #5C5C5C. Windows color (decimal): -4906084 or 10232757. OLE color: 10232757.
HSL color Cylindrical-coordinate representation of color #B5239C: hue angle of 310.27º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5239C is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 156 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.29 |
| HSL | 310.27º | 0.68% | 0.42% | - |
| HSV(B) | 310.27º | 0.81% | 0.71% | - |
| XYZ | 25.66 | 13.43 | 32.69 | - |
| YUV | 92.45 | 163.87 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 156 | 0 | 0.81 | 0.14 | 0.29 | 310.27 | 0.68 | 0.42 |
| Hex | B5 | 23 | 9C | 0 | 51 | E | 1D | 136 | 44 | 2A |
| Octal | 265 | 43 | 234 | 0 | 121 | 16 | 35 | 466 | 104 | 52 |
| Binary | 10110101 | 100011 | 10011100 | 0 | 1010001 | 1110 | 11101 | 100110110 | 1000100 | 101010 |
Color Harmonies of #B5239C
Complementary color
Monochromatic Colors of #B5239C
Black with #B5239C
Text Example
Text Example
White with #B5239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5239C; }
p { color: rgb(181,35,156); }
H1.HeaderClassName
{
color: #B5239C;
}
.AnyTagClassName
{
color: #B5239C;
}
</style>
background-color css
<style>
a { background-color: #B5239C; }
a { background-color: rgb(181,35,156); }
div.DivClassName
{
background-color: #B5239C;
}
.BgClassName
{
background-color: #B5239C;
}
</style>
border-color css
<style>
span { border-color: #B5239C; }
span { border-color: rgb(181,35,156); }
td.TdClassName
{
border-color: #B5239C;
}
.TagClassName
{
border-color: #B5239C;
}
</style>