Shades of Medium Red Violet #B2299F
Tints of Medium Red Violet #B2299F
RGB
CMYK
RGB Variations
Color information
#B2299F (or 0xB2299F) is known color: Medium Red Violet. HEX triplet: B2, 29 and 9F. RGB value is (178,41,159). Sum of RGB (Red+Green+Blue) = 178+41+159=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B2299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2299F is #4DD660. Grayscale: #5F5F5F. Windows color (decimal): -5101153 or 10430898. OLE color: 10430898.
HSL color Cylindrical-coordinate representation of color #B2299F: hue angle of 308.32º 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 #B2299F is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 159 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.30 |
| HSL | 308.32º | 0.63% | 0.43% | - |
| HSV(B) | 308.32º | 0.77% | 0.7% | - |
| XYZ | 25.41 | 13.55 | 34.08 | - |
| YUV | 95.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 159 | 0 | 0.77 | 0.11 | 0.30 | 308.32 | 0.63 | 0.43 |
| Hex | B2 | 29 | 9F | 0 | 4D | B | 1E | 134 | 3F | 2B |
| Octal | 262 | 51 | 237 | 0 | 115 | 13 | 36 | 464 | 77 | 53 |
| Binary | 10110010 | 101001 | 10011111 | 0 | 1001101 | 1011 | 11110 | 100110100 | 111111 | 101011 |
Color Harmonies of #B2299F
Complementary color
Monochromatic Colors of #B2299F
Black with #B2299F
Text Example
Text Example
White with #B2299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2299F; }
p { color: rgb(178,41,159); }
H1.HeaderClassName
{
color: #B2299F;
}
.AnyTagClassName
{
color: #B2299F;
}
</style>
background-color css
<style>
a { background-color: #B2299F; }
a { background-color: rgb(178,41,159); }
div.DivClassName
{
background-color: #B2299F;
}
.BgClassName
{
background-color: #B2299F;
}
</style>
border-color css
<style>
span { border-color: #B2299F; }
span { border-color: rgb(178,41,159); }
td.TdClassName
{
border-color: #B2299F;
}
.TagClassName
{
border-color: #B2299F;
}
</style>