Shades of Medium Red Violet #B5239A
Tints of Medium Red Violet #B5239A
RGB
CMYK
RGB Variations
Color information
#B5239A (or 0xB5239A) is known color: Medium Red Violet. HEX triplet: B5, 23 and 9A. RGB value is (181,35,154). Sum of RGB (Red+Green+Blue) = 181+35+154=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5239A is #4ADC65. Grayscale: #5B5B5B. Windows color (decimal): -4906086 or 10101685. OLE color: 10101685.
HSL color Cylindrical-coordinate representation of color #B5239A: hue angle of 311.1º 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 #B5239A is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 154 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.29 |
| HSL | 311.1º | 0.68% | 0.42% | - |
| HSV(B) | 311.1º | 0.81% | 0.71% | - |
| XYZ | 25.49 | 13.36 | 31.81 | - |
| YUV | 92.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 154 | 0 | 0.81 | 0.15 | 0.29 | 311.1 | 0.68 | 0.42 |
| Hex | B5 | 23 | 9A | 0 | 51 | F | 1D | 137 | 44 | 2A |
| Octal | 265 | 43 | 232 | 0 | 121 | 17 | 35 | 467 | 104 | 52 |
| Binary | 10110101 | 100011 | 10011010 | 0 | 1010001 | 1111 | 11101 | 100110111 | 1000100 | 101010 |
Color Harmonies of #B5239A
Complementary color
Monochromatic Colors of #B5239A
Black with #B5239A
Text Example
Text Example
White with #B5239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5239A; }
p { color: rgb(181,35,154); }
H1.HeaderClassName
{
color: #B5239A;
}
.AnyTagClassName
{
color: #B5239A;
}
</style>
background-color css
<style>
a { background-color: #B5239A; }
a { background-color: rgb(181,35,154); }
div.DivClassName
{
background-color: #B5239A;
}
.BgClassName
{
background-color: #B5239A;
}
</style>
border-color css
<style>
span { border-color: #B5239A; }
span { border-color: rgb(181,35,154); }
td.TdClassName
{
border-color: #B5239A;
}
.TagClassName
{
border-color: #B5239A;
}
</style>