Shades of Medium Red Violet #B22E8E
Tints of Medium Red Violet #B22E8E
RGB
CMYK
RGB Variations
Color information
#B22E8E (or 0xB22E8E) is known color: Medium Red Violet. HEX triplet: B2, 2E and 8E. RGB value is (178,46,142). Sum of RGB (Red+Green+Blue) = 178+46+142=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22E8E is #4DD171. Grayscale: #606060. Windows color (decimal): -5099890 or 9318066. OLE color: 9318066.
HSL color Cylindrical-coordinate representation of color #B22E8E: hue angle of 316.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22E8E is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 46 | 142 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.30 |
| HSL | 316.36º | 0.59% | 0.44% | - |
| HSV(B) | 316.36º | 0.74% | 0.7% | - |
| XYZ | 24.22 | 13.37 | 26.9 | - |
| YUV | 96.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 46 | 142 | 0 | 0.74 | 0.20 | 0.30 | 316.36 | 0.59 | 0.44 |
| Hex | B2 | 2E | 8E | 0 | 4A | 14 | 1E | 13C | 3B | 2C |
| Octal | 262 | 56 | 216 | 0 | 112 | 24 | 36 | 474 | 73 | 54 |
| Binary | 10110010 | 101110 | 10001110 | 0 | 1001010 | 10100 | 11110 | 100111100 | 111011 | 101100 |
Color Harmonies of #B22E8E
Complementary color
Monochromatic Colors of #B22E8E
Black with #B22E8E
Text Example
Text Example
White with #B22E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22E8E; }
p { color: rgb(178,46,142); }
H1.HeaderClassName
{
color: #B22E8E;
}
.AnyTagClassName
{
color: #B22E8E;
}
</style>
background-color css
<style>
a { background-color: #B22E8E; }
a { background-color: rgb(178,46,142); }
div.DivClassName
{
background-color: #B22E8E;
}
.BgClassName
{
background-color: #B22E8E;
}
</style>
border-color css
<style>
span { border-color: #B22E8E; }
span { border-color: rgb(178,46,142); }
td.TdClassName
{
border-color: #B22E8E;
}
.TagClassName
{
border-color: #B22E8E;
}
</style>