Shades of Medium Red Violet #B7226E
Tints of Medium Red Violet #B7226E
RGB
CMYK
RGB Variations
Color information
#B7226E (or 0xB7226E) is known color: Medium Red Violet. HEX triplet: B7, 22 and 6E. RGB value is (183,34,110). Sum of RGB (Red+Green+Blue) = 183+34+110=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7226E is #48DD91. Grayscale: #575757. Windows color (decimal): -4775314 or 7217847. OLE color: 7217847.
HSL color Cylindrical-coordinate representation of color #B7226E: hue angle of 329.4º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7226E is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 110 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.28 |
| HSL | 329.4º | 0.69% | 0.43% | - |
| HSV(B) | 329.4º | 0.81% | 0.72% | - |
| XYZ | 22.91 | 12.34 | 15.93 | - |
| YUV | 87.22 | 140.86 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 110 | 0 | 0.81 | 0.40 | 0.28 | 329.4 | 0.69 | 0.43 |
| Hex | B7 | 22 | 6E | 0 | 51 | 28 | 1C | 149 | 45 | 2B |
| Octal | 267 | 42 | 156 | 0 | 121 | 50 | 34 | 511 | 105 | 53 |
| Binary | 10110111 | 100010 | 1101110 | 0 | 1010001 | 101000 | 11100 | 101001001 | 1000101 | 101011 |
Color Harmonies of #B7226E
Complementary color
Monochromatic Colors of #B7226E
Black with #B7226E
Text Example
Text Example
White with #B7226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7226E; }
p { color: rgb(183,34,110); }
H1.HeaderClassName
{
color: #B7226E;
}
.AnyTagClassName
{
color: #B7226E;
}
</style>
background-color css
<style>
a { background-color: #B7226E; }
a { background-color: rgb(183,34,110); }
div.DivClassName
{
background-color: #B7226E;
}
.BgClassName
{
background-color: #B7226E;
}
</style>
border-color css
<style>
span { border-color: #B7226E; }
span { border-color: rgb(183,34,110); }
td.TdClassName
{
border-color: #B7226E;
}
.TagClassName
{
border-color: #B7226E;
}
</style>