Shades of Medium Red Violet #B5227E
Tints of Medium Red Violet #B5227E
RGB
CMYK
RGB Variations
Color information
#B5227E (or 0xB5227E) is known color: Medium Red Violet. HEX triplet: B5, 22 and 7E. RGB value is (181,34,126). Sum of RGB (Red+Green+Blue) = 181+34+126=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5227E is #4ADD81. Grayscale: #585858. Windows color (decimal): -4906370 or 8266421. OLE color: 8266421.
HSL color Cylindrical-coordinate representation of color #B5227E: hue angle of 322.45º 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 #B5227E is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 126 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.29 |
| HSL | 322.45º | 0.68% | 0.42% | - |
| HSV(B) | 322.45º | 0.81% | 0.71% | - |
| XYZ | 23.39 | 12.47 | 20.91 | - |
| YUV | 88.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 126 | 0 | 0.81 | 0.30 | 0.29 | 322.45 | 0.68 | 0.42 |
| Hex | B5 | 22 | 7E | 0 | 51 | 1E | 1D | 142 | 44 | 2A |
| Octal | 265 | 42 | 176 | 0 | 121 | 36 | 35 | 502 | 104 | 52 |
| Binary | 10110101 | 100010 | 1111110 | 0 | 1010001 | 11110 | 11101 | 101000010 | 1000100 | 101010 |
Color Harmonies of #B5227E
Complementary color
Monochromatic Colors of #B5227E
Black with #B5227E
Text Example
Text Example
White with #B5227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5227E; }
p { color: rgb(181,34,126); }
H1.HeaderClassName
{
color: #B5227E;
}
.AnyTagClassName
{
color: #B5227E;
}
</style>
background-color css
<style>
a { background-color: #B5227E; }
a { background-color: rgb(181,34,126); }
div.DivClassName
{
background-color: #B5227E;
}
.BgClassName
{
background-color: #B5227E;
}
</style>
border-color css
<style>
span { border-color: #B5227E; }
span { border-color: rgb(181,34,126); }
td.TdClassName
{
border-color: #B5227E;
}
.TagClassName
{
border-color: #B5227E;
}
</style>