Shades of Medium Red Violet #B22A6E
Tints of Medium Red Violet #B22A6E
RGB
CMYK
RGB Variations
Color information
#B22A6E (or 0xB22A6E) is known color: Medium Red Violet. HEX triplet: B2, 2A and 6E. RGB value is (178,42,110). Sum of RGB (Red+Green+Blue) = 178+42+110=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22A6E is #4DD591. Grayscale: #5A5A5A. Windows color (decimal): -5100946 or 7219890. OLE color: 7219890.
HSL color Cylindrical-coordinate representation of color #B22A6E: hue angle of 330º degrees, saturation: 0.62, 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 #B22A6E is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 110 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.30 |
| HSL | 330º | 0.62% | 0.43% | - |
| HSV(B) | 330º | 0.76% | 0.7% | - |
| XYZ | 22 | 12.25 | 15.96 | - |
| YUV | 90.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 110 | 0 | 0.76 | 0.38 | 0.30 | 330 | 0.62 | 0.43 |
| Hex | B2 | 2A | 6E | 0 | 4C | 26 | 1E | 14A | 3E | 2B |
| Octal | 262 | 52 | 156 | 0 | 114 | 46 | 36 | 512 | 76 | 53 |
| Binary | 10110010 | 101010 | 1101110 | 0 | 1001100 | 100110 | 11110 | 101001010 | 111110 | 101011 |
Color Harmonies of #B22A6E
Complementary color
Monochromatic Colors of #B22A6E
Black with #B22A6E
Text Example
Text Example
White with #B22A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22A6E; }
p { color: rgb(178,42,110); }
H1.HeaderClassName
{
color: #B22A6E;
}
.AnyTagClassName
{
color: #B22A6E;
}
</style>
background-color css
<style>
a { background-color: #B22A6E; }
a { background-color: rgb(178,42,110); }
div.DivClassName
{
background-color: #B22A6E;
}
.BgClassName
{
background-color: #B22A6E;
}
</style>
border-color css
<style>
span { border-color: #B22A6E; }
span { border-color: rgb(178,42,110); }
td.TdClassName
{
border-color: #B22A6E;
}
.TagClassName
{
border-color: #B22A6E;
}
</style>