Shades of Medium Red Violet #B2229F
Tints of Medium Red Violet #B2229F
RGB
CMYK
RGB Variations
Color information
#B2229F (or 0xB2229F) is known color: Medium Red Violet. HEX triplet: B2, 22 and 9F. RGB value is (178,34,159). Sum of RGB (Red+Green+Blue) = 178+34+159=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2229F is #4DDD60. Grayscale: #5A5A5A. Windows color (decimal): -5102945 or 10429106. OLE color: 10429106.
HSL color Cylindrical-coordinate representation of color #B2229F: hue angle of 307.92º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2229F is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 34 | 159 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.30 |
| HSL | 307.92º | 0.68% | 0.42% | - |
| HSV(B) | 307.92º | 0.81% | 0.7% | - |
| XYZ | 25.19 | 13.11 | 34 | - |
| YUV | 91.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 34 | 159 | 0 | 0.81 | 0.11 | 0.30 | 307.92 | 0.68 | 0.42 |
| Hex | B2 | 22 | 9F | 0 | 51 | B | 1E | 134 | 44 | 2A |
| Octal | 262 | 42 | 237 | 0 | 121 | 13 | 36 | 464 | 104 | 52 |
| Binary | 10110010 | 100010 | 10011111 | 0 | 1010001 | 1011 | 11110 | 100110100 | 1000100 | 101010 |
Color Harmonies of #B2229F
Complementary color
Monochromatic Colors of #B2229F
Black with #B2229F
Text Example
Text Example
White with #B2229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2229F; }
p { color: rgb(178,34,159); }
H1.HeaderClassName
{
color: #B2229F;
}
.AnyTagClassName
{
color: #B2229F;
}
</style>
background-color css
<style>
a { background-color: #B2229F; }
a { background-color: rgb(178,34,159); }
div.DivClassName
{
background-color: #B2229F;
}
.BgClassName
{
background-color: #B2229F;
}
</style>
border-color css
<style>
span { border-color: #B2229F; }
span { border-color: rgb(178,34,159); }
td.TdClassName
{
border-color: #B2229F;
}
.TagClassName
{
border-color: #B2229F;
}
</style>