Shades of Medium Red Violet #B5228C
Tints of Medium Red Violet #B5228C
RGB
CMYK
RGB Variations
Color information
#B5228C (or 0xB5228C) is known color: Medium Red Violet. HEX triplet: B5, 22 and 8C. RGB value is (181,34,140). Sum of RGB (Red+Green+Blue) = 181+34+140=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5228C is #4ADD73. Grayscale: #595959. Windows color (decimal): -4906356 or 9183925. OLE color: 9183925.
HSL color Cylindrical-coordinate representation of color #B5228C: hue angle of 316.73º 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 #B5228C is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 140 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.29 |
| HSL | 316.73º | 0.68% | 0.42% | - |
| HSV(B) | 316.73º | 0.81% | 0.71% | - |
| XYZ | 24.36 | 12.86 | 26.01 | - |
| YUV | 90.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 140 | 0 | 0.81 | 0.23 | 0.29 | 316.73 | 0.68 | 0.42 |
| Hex | B5 | 22 | 8C | 0 | 51 | 17 | 1D | 13D | 44 | 2A |
| Octal | 265 | 42 | 214 | 0 | 121 | 27 | 35 | 475 | 104 | 52 |
| Binary | 10110101 | 100010 | 10001100 | 0 | 1010001 | 10111 | 11101 | 100111101 | 1000100 | 101010 |
Color Harmonies of #B5228C
Complementary color
Monochromatic Colors of #B5228C
Black with #B5228C
Text Example
Text Example
White with #B5228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5228C; }
p { color: rgb(181,34,140); }
H1.HeaderClassName
{
color: #B5228C;
}
.AnyTagClassName
{
color: #B5228C;
}
</style>
background-color css
<style>
a { background-color: #B5228C; }
a { background-color: rgb(181,34,140); }
div.DivClassName
{
background-color: #B5228C;
}
.BgClassName
{
background-color: #B5228C;
}
</style>
border-color css
<style>
span { border-color: #B5228C; }
span { border-color: rgb(181,34,140); }
td.TdClassName
{
border-color: #B5228C;
}
.TagClassName
{
border-color: #B5228C;
}
</style>