Shades of Medium Red Violet #B22B6E
Tints of Medium Red Violet #B22B6E
RGB
CMYK
RGB Variations
Color information
#B22B6E (or 0xB22B6E) is known color: Medium Red Violet. HEX triplet: B2, 2B and 6E. RGB value is (178,43,110). Sum of RGB (Red+Green+Blue) = 178+43+110=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22B6E is #4DD491. Grayscale: #5A5A5A. Windows color (decimal): -5100690 or 7220146. OLE color: 7220146.
HSL color Cylindrical-coordinate representation of color #B22B6E: hue angle of 330.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22B6E is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 43 | 110 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.30 |
| HSL | 330.22º | 0.61% | 0.43% | - |
| HSV(B) | 330.22º | 0.76% | 0.7% | - |
| XYZ | 22.04 | 12.32 | 15.97 | - |
| YUV | 91 | 138.73 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 110 | 0 | 0.76 | 0.38 | 0.30 | 330.22 | 0.61 | 0.43 |
| Hex | B2 | 2B | 6E | 0 | 4C | 26 | 1E | 14A | 3D | 2B |
| Octal | 262 | 53 | 156 | 0 | 114 | 46 | 36 | 512 | 75 | 53 |
| Binary | 10110010 | 101011 | 1101110 | 0 | 1001100 | 100110 | 11110 | 101001010 | 111101 | 101011 |
Color Harmonies of #B22B6E
Complementary color
Monochromatic Colors of #B22B6E
Black with #B22B6E
Text Example
Text Example
White with #B22B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22B6E; }
p { color: rgb(178,43,110); }
H1.HeaderClassName
{
color: #B22B6E;
}
.AnyTagClassName
{
color: #B22B6E;
}
</style>
background-color css
<style>
a { background-color: #B22B6E; }
a { background-color: rgb(178,43,110); }
div.DivClassName
{
background-color: #B22B6E;
}
.BgClassName
{
background-color: #B22B6E;
}
</style>
border-color css
<style>
span { border-color: #B22B6E; }
span { border-color: rgb(178,43,110); }
td.TdClassName
{
border-color: #B22B6E;
}
.TagClassName
{
border-color: #B22B6E;
}
</style>