Shades of Medium Red Violet #B4227C
Tints of Medium Red Violet #B4227C
RGB
CMYK
RGB Variations
Color information
#B4227C (or 0xB4227C) is known color: Medium Red Violet. HEX triplet: B4, 22 and 7C. RGB value is (180,34,124). Sum of RGB (Red+Green+Blue) = 180+34+124=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4227C is #4BDD83. Grayscale: #575757. Windows color (decimal): -4971908 or 8135348. OLE color: 8135348.
HSL color Cylindrical-coordinate representation of color #B4227C: hue angle of 323.01º 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 #B4227C is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 124 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.29 |
| HSL | 323.01º | 0.68% | 0.42% | - |
| HSV(B) | 323.01º | 0.81% | 0.71% | - |
| XYZ | 23.03 | 12.3 | 20.23 | - |
| YUV | 87.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 124 | 0 | 0.81 | 0.31 | 0.29 | 323.01 | 0.68 | 0.42 |
| Hex | B4 | 22 | 7C | 0 | 51 | 1F | 1D | 143 | 44 | 2A |
| Octal | 264 | 42 | 174 | 0 | 121 | 37 | 35 | 503 | 104 | 52 |
| Binary | 10110100 | 100010 | 1111100 | 0 | 1010001 | 11111 | 11101 | 101000011 | 1000100 | 101010 |
Color Harmonies of #B4227C
Complementary color
Monochromatic Colors of #B4227C
Black with #B4227C
Text Example
Text Example
White with #B4227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4227C; }
p { color: rgb(180,34,124); }
H1.HeaderClassName
{
color: #B4227C;
}
.AnyTagClassName
{
color: #B4227C;
}
</style>
background-color css
<style>
a { background-color: #B4227C; }
a { background-color: rgb(180,34,124); }
div.DivClassName
{
background-color: #B4227C;
}
.BgClassName
{
background-color: #B4227C;
}
</style>
border-color css
<style>
span { border-color: #B4227C; }
span { border-color: rgb(180,34,124); }
td.TdClassName
{
border-color: #B4227C;
}
.TagClassName
{
border-color: #B4227C;
}
</style>