Shades of Medium Red Violet #B5238B
Tints of Medium Red Violet #B5238B
RGB
CMYK
RGB Variations
Color information
#B5238B (or 0xB5238B) is known color: Medium Red Violet. HEX triplet: B5, 23 and 8B. RGB value is (181,35,139). Sum of RGB (Red+Green+Blue) = 181+35+139=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5238B is #4ADC74. Grayscale: #5A5A5A. Windows color (decimal): -4906101 or 9118645. OLE color: 9118645.
HSL color Cylindrical-coordinate representation of color #B5238B: hue angle of 317.26º 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 #B5238B is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 139 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.29 |
| HSL | 317.26º | 0.68% | 0.42% | - |
| HSV(B) | 317.26º | 0.81% | 0.71% | - |
| XYZ | 24.32 | 12.89 | 25.63 | - |
| YUV | 90.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 139 | 0 | 0.81 | 0.23 | 0.29 | 317.26 | 0.68 | 0.42 |
| Hex | B5 | 23 | 8B | 0 | 51 | 17 | 1D | 13D | 44 | 2A |
| Octal | 265 | 43 | 213 | 0 | 121 | 27 | 35 | 475 | 104 | 52 |
| Binary | 10110101 | 100011 | 10001011 | 0 | 1010001 | 10111 | 11101 | 100111101 | 1000100 | 101010 |
Color Harmonies of #B5238B
Complementary color
Monochromatic Colors of #B5238B
Black with #B5238B
Text Example
Text Example
White with #B5238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5238B; }
p { color: rgb(181,35,139); }
H1.HeaderClassName
{
color: #B5238B;
}
.AnyTagClassName
{
color: #B5238B;
}
</style>
background-color css
<style>
a { background-color: #B5238B; }
a { background-color: rgb(181,35,139); }
div.DivClassName
{
background-color: #B5238B;
}
.BgClassName
{
background-color: #B5238B;
}
</style>
border-color css
<style>
span { border-color: #B5238B; }
span { border-color: rgb(181,35,139); }
td.TdClassName
{
border-color: #B5238B;
}
.TagClassName
{
border-color: #B5238B;
}
</style>