Shades of Medium Red Violet #B22B98
Tints of Medium Red Violet #B22B98
RGB
CMYK
RGB Variations
Color information
#B22B98 (or 0xB22B98) is known color: Medium Red Violet. HEX triplet: B2, 2B and 98. RGB value is (178,43,152). Sum of RGB (Red+Green+Blue) = 178+43+152=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22B98 is #4DD467. Grayscale: #5F5F5F. Windows color (decimal): -5100648 or 9972658. OLE color: 9972658.
HSL color Cylindrical-coordinate representation of color #B22B98: hue angle of 311.56º 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 #B22B98 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 43 | 152 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.30 |
| HSL | 311.56º | 0.61% | 0.43% | - |
| HSV(B) | 311.56º | 0.76% | 0.7% | - |
| XYZ | 24.89 | 13.46 | 30.99 | - |
| YUV | 95.79 | 159.73 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 152 | 0 | 0.76 | 0.15 | 0.30 | 311.56 | 0.61 | 0.43 |
| Hex | B2 | 2B | 98 | 0 | 4C | F | 1E | 138 | 3D | 2B |
| Octal | 262 | 53 | 230 | 0 | 114 | 17 | 36 | 470 | 75 | 53 |
| Binary | 10110010 | 101011 | 10011000 | 0 | 1001100 | 1111 | 11110 | 100111000 | 111101 | 101011 |
Color Harmonies of #B22B98
Complementary color
Monochromatic Colors of #B22B98
Black with #B22B98
Text Example
Text Example
White with #B22B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22B98; }
p { color: rgb(178,43,152); }
H1.HeaderClassName
{
color: #B22B98;
}
.AnyTagClassName
{
color: #B22B98;
}
</style>
background-color css
<style>
a { background-color: #B22B98; }
a { background-color: rgb(178,43,152); }
div.DivClassName
{
background-color: #B22B98;
}
.BgClassName
{
background-color: #B22B98;
}
</style>
border-color css
<style>
span { border-color: #B22B98; }
span { border-color: rgb(178,43,152); }
td.TdClassName
{
border-color: #B22B98;
}
.TagClassName
{
border-color: #B22B98;
}
</style>