Shades of Medium Red Violet #B5228D
Tints of Medium Red Violet #B5228D
RGB
CMYK
RGB Variations
Color information
#B5228D (or 0xB5228D) is known color: Medium Red Violet. HEX triplet: B5, 22 and 8D. RGB value is (181,34,141). Sum of RGB (Red+Green+Blue) = 181+34+141=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5228D is #4ADD72. Grayscale: #595959. Windows color (decimal): -4906355 or 9249461. OLE color: 9249461.
HSL color Cylindrical-coordinate representation of color #B5228D: hue angle of 316.33º 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 #B5228D is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 141 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.29 |
| HSL | 316.33º | 0.68% | 0.42% | - |
| HSV(B) | 316.33º | 0.81% | 0.71% | - |
| XYZ | 24.44 | 12.89 | 26.4 | - |
| YUV | 90.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 141 | 0 | 0.81 | 0.22 | 0.29 | 316.33 | 0.68 | 0.42 |
| Hex | B5 | 22 | 8D | 0 | 51 | 16 | 1D | 13C | 44 | 2A |
| Octal | 265 | 42 | 215 | 0 | 121 | 26 | 35 | 474 | 104 | 52 |
| Binary | 10110101 | 100010 | 10001101 | 0 | 1010001 | 10110 | 11101 | 100111100 | 1000100 | 101010 |
Color Harmonies of #B5228D
Complementary color
Monochromatic Colors of #B5228D
Black with #B5228D
Text Example
Text Example
White with #B5228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5228D; }
p { color: rgb(181,34,141); }
H1.HeaderClassName
{
color: #B5228D;
}
.AnyTagClassName
{
color: #B5228D;
}
</style>
background-color css
<style>
a { background-color: #B5228D; }
a { background-color: rgb(181,34,141); }
div.DivClassName
{
background-color: #B5228D;
}
.BgClassName
{
background-color: #B5228D;
}
</style>
border-color css
<style>
span { border-color: #B5228D; }
span { border-color: rgb(181,34,141); }
td.TdClassName
{
border-color: #B5228D;
}
.TagClassName
{
border-color: #B5228D;
}
</style>