Shades of Medium Red Violet #B22F92
Tints of Medium Red Violet #B22F92
RGB
CMYK
RGB Variations
Color information
#B22F92 (or 0xB22F92) is known color: Medium Red Violet. HEX triplet: B2, 2F and 92. RGB value is (178,47,146). Sum of RGB (Red+Green+Blue) = 178+47+146=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22F92 is #4DD06D. Grayscale: #616161. Windows color (decimal): -5099630 or 9580466. OLE color: 9580466.
HSL color Cylindrical-coordinate representation of color #B22F92: hue angle of 314.66º degrees, saturation: 0.58, 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 #B22F92 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 47 | 146 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.30 |
| HSL | 314.66º | 0.58% | 0.44% | - |
| HSV(B) | 314.66º | 0.74% | 0.7% | - |
| XYZ | 24.56 | 13.57 | 28.52 | - |
| YUV | 97.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 47 | 146 | 0 | 0.74 | 0.18 | 0.30 | 314.66 | 0.58 | 0.44 |
| Hex | B2 | 2F | 92 | 0 | 4A | 12 | 1E | 13B | 3A | 2C |
| Octal | 262 | 57 | 222 | 0 | 112 | 22 | 36 | 473 | 72 | 54 |
| Binary | 10110010 | 101111 | 10010010 | 0 | 1001010 | 10010 | 11110 | 100111011 | 111010 | 101100 |
Color Harmonies of #B22F92
Complementary color
Monochromatic Colors of #B22F92
Black with #B22F92
Text Example
Text Example
White with #B22F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22F92; }
p { color: rgb(178,47,146); }
H1.HeaderClassName
{
color: #B22F92;
}
.AnyTagClassName
{
color: #B22F92;
}
</style>
background-color css
<style>
a { background-color: #B22F92; }
a { background-color: rgb(178,47,146); }
div.DivClassName
{
background-color: #B22F92;
}
.BgClassName
{
background-color: #B22F92;
}
</style>
border-color css
<style>
span { border-color: #B22F92; }
span { border-color: rgb(178,47,146); }
td.TdClassName
{
border-color: #B22F92;
}
.TagClassName
{
border-color: #B22F92;
}
</style>