Shades of Medium Red Violet #B22D98
Tints of Medium Red Violet #B22D98
RGB
CMYK
RGB Variations
Color information
#B22D98 (or 0xB22D98) is known color: Medium Red Violet. HEX triplet: B2, 2D and 98. RGB value is (178,45,152). Sum of RGB (Red+Green+Blue) = 178+45+152=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22D98 is #4DD267. Grayscale: #606060. Windows color (decimal): -5100136 or 9973170. OLE color: 9973170.
HSL color Cylindrical-coordinate representation of color #B22D98: hue angle of 311.73º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D98 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 152 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.30 |
| HSL | 311.73º | 0.6% | 0.44% | - |
| HSV(B) | 311.73º | 0.75% | 0.7% | - |
| XYZ | 24.97 | 13.61 | 31.02 | - |
| YUV | 96.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 152 | 0 | 0.75 | 0.15 | 0.30 | 311.73 | 0.6 | 0.44 |
| Hex | B2 | 2D | 98 | 0 | 4B | F | 1E | 138 | 3C | 2C |
| Octal | 262 | 55 | 230 | 0 | 113 | 17 | 36 | 470 | 74 | 54 |
| Binary | 10110010 | 101101 | 10011000 | 0 | 1001011 | 1111 | 11110 | 100111000 | 111100 | 101100 |
Color Harmonies of #B22D98
Complementary color
Monochromatic Colors of #B22D98
Black with #B22D98
Text Example
Text Example
White with #B22D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D98; }
p { color: rgb(178,45,152); }
H1.HeaderClassName
{
color: #B22D98;
}
.AnyTagClassName
{
color: #B22D98;
}
</style>
background-color css
<style>
a { background-color: #B22D98; }
a { background-color: rgb(178,45,152); }
div.DivClassName
{
background-color: #B22D98;
}
.BgClassName
{
background-color: #B22D98;
}
</style>
border-color css
<style>
span { border-color: #B22D98; }
span { border-color: rgb(178,45,152); }
td.TdClassName
{
border-color: #B22D98;
}
.TagClassName
{
border-color: #B22D98;
}
</style>