Shades of Medium Red Violet #B2296D
Tints of Medium Red Violet #B2296D
RGB
CMYK
RGB Variations
Color information
#B2296D (or 0xB2296D) is known color: Medium Red Violet. HEX triplet: B2, 29 and 6D. RGB value is (178,41,109). Sum of RGB (Red+Green+Blue) = 178+41+109=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B2296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2296D is #4DD692. Grayscale: #595959. Windows color (decimal): -5101203 or 7154098. OLE color: 7154098.
HSL color Cylindrical-coordinate representation of color #B2296D: hue angle of 330.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2296D is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 109 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.30 |
| HSL | 330.22º | 0.63% | 0.43% | - |
| HSV(B) | 330.22º | 0.77% | 0.7% | - |
| XYZ | 21.91 | 12.15 | 15.66 | - |
| YUV | 89.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 109 | 0 | 0.77 | 0.39 | 0.30 | 330.22 | 0.63 | 0.43 |
| Hex | B2 | 29 | 6D | 0 | 4D | 27 | 1E | 14A | 3F | 2B |
| Octal | 262 | 51 | 155 | 0 | 115 | 47 | 36 | 512 | 77 | 53 |
| Binary | 10110010 | 101001 | 1101101 | 0 | 1001101 | 100111 | 11110 | 101001010 | 111111 | 101011 |
Color Harmonies of #B2296D
Complementary color
Monochromatic Colors of #B2296D
Black with #B2296D
Text Example
Text Example
White with #B2296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2296D; }
p { color: rgb(178,41,109); }
H1.HeaderClassName
{
color: #B2296D;
}
.AnyTagClassName
{
color: #B2296D;
}
</style>
background-color css
<style>
a { background-color: #B2296D; }
a { background-color: rgb(178,41,109); }
div.DivClassName
{
background-color: #B2296D;
}
.BgClassName
{
background-color: #B2296D;
}
</style>
border-color css
<style>
span { border-color: #B2296D; }
span { border-color: rgb(178,41,109); }
td.TdClassName
{
border-color: #B2296D;
}
.TagClassName
{
border-color: #B2296D;
}
</style>