Shades of Medium Red Violet #B5238A
Tints of Medium Red Violet #B5238A
RGB
CMYK
RGB Variations
Color information
#B5238A (or 0xB5238A) is known color: Medium Red Violet. HEX triplet: B5, 23 and 8A. RGB value is (181,35,138). Sum of RGB (Red+Green+Blue) = 181+35+138=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5238A is #4ADC75. Grayscale: #5A5A5A. Windows color (decimal): -4906102 or 9053109. OLE color: 9053109.
HSL color Cylindrical-coordinate representation of color #B5238A: hue angle of 317.67º 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 #B5238A is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 138 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.29 |
| HSL | 317.67º | 0.68% | 0.42% | - |
| HSV(B) | 317.67º | 0.81% | 0.71% | - |
| XYZ | 24.24 | 12.86 | 25.25 | - |
| YUV | 90.4 | 154.87 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 138 | 0 | 0.81 | 0.24 | 0.29 | 317.67 | 0.68 | 0.42 |
| Hex | B5 | 23 | 8A | 0 | 51 | 18 | 1D | 13E | 44 | 2A |
| Octal | 265 | 43 | 212 | 0 | 121 | 30 | 35 | 476 | 104 | 52 |
| Binary | 10110101 | 100011 | 10001010 | 0 | 1010001 | 11000 | 11101 | 100111110 | 1000100 | 101010 |
Color Harmonies of #B5238A
Complementary color
Monochromatic Colors of #B5238A
Black with #B5238A
Text Example
Text Example
White with #B5238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5238A; }
p { color: rgb(181,35,138); }
H1.HeaderClassName
{
color: #B5238A;
}
.AnyTagClassName
{
color: #B5238A;
}
</style>
background-color css
<style>
a { background-color: #B5238A; }
a { background-color: rgb(181,35,138); }
div.DivClassName
{
background-color: #B5238A;
}
.BgClassName
{
background-color: #B5238A;
}
</style>
border-color css
<style>
span { border-color: #B5238A; }
span { border-color: rgb(181,35,138); }
td.TdClassName
{
border-color: #B5238A;
}
.TagClassName
{
border-color: #B5238A;
}
</style>