Shades of Medium Red Violet #B7226C
Tints of Medium Red Violet #B7226C
RGB
CMYK
RGB Variations
Color information
#B7226C (or 0xB7226C) is known color: Medium Red Violet. HEX triplet: B7, 22 and 6C. RGB value is (183,34,108). Sum of RGB (Red+Green+Blue) = 183+34+108=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7226C is #48DD93. Grayscale: #565656. Windows color (decimal): -4775316 or 7086775. OLE color: 7086775.
HSL color Cylindrical-coordinate representation of color #B7226C: hue angle of 330.2º 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 #B7226C is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 108 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.28 |
| HSL | 330.2º | 0.69% | 0.43% | - |
| HSV(B) | 330.2º | 0.81% | 0.72% | - |
| XYZ | 22.81 | 12.29 | 15.36 | - |
| YUV | 86.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 108 | 0 | 0.81 | 0.41 | 0.28 | 330.2 | 0.69 | 0.43 |
| Hex | B7 | 22 | 6C | 0 | 51 | 29 | 1C | 14A | 45 | 2B |
| Octal | 267 | 42 | 154 | 0 | 121 | 51 | 34 | 512 | 105 | 53 |
| Binary | 10110111 | 100010 | 1101100 | 0 | 1010001 | 101001 | 11100 | 101001010 | 1000101 | 101011 |
Color Harmonies of #B7226C
Complementary color
Monochromatic Colors of #B7226C
Black with #B7226C
Text Example
Text Example
White with #B7226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7226C; }
p { color: rgb(183,34,108); }
H1.HeaderClassName
{
color: #B7226C;
}
.AnyTagClassName
{
color: #B7226C;
}
</style>
background-color css
<style>
a { background-color: #B7226C; }
a { background-color: rgb(183,34,108); }
div.DivClassName
{
background-color: #B7226C;
}
.BgClassName
{
background-color: #B7226C;
}
</style>
border-color css
<style>
span { border-color: #B7226C; }
span { border-color: rgb(183,34,108); }
td.TdClassName
{
border-color: #B7226C;
}
.TagClassName
{
border-color: #B7226C;
}
</style>