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