Shades of Medium Red Violet #B2299D
Tints of Medium Red Violet #B2299D
RGB
CMYK
RGB Variations
Color information
#B2299D (or 0xB2299D) is known color: Medium Red Violet. HEX triplet: B2, 29 and 9D. RGB value is (178,41,157). Sum of RGB (Red+Green+Blue) = 178+41+157=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2299D is #4DD662. Grayscale: #5E5E5E. Windows color (decimal): -5101155 or 10299826. OLE color: 10299826.
HSL color Cylindrical-coordinate representation of color #B2299D: hue angle of 309.2º 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 #B2299D is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 157 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.30 |
| HSL | 309.2º | 0.63% | 0.43% | - |
| HSV(B) | 309.2º | 0.77% | 0.7% | - |
| XYZ | 25.24 | 13.49 | 33.17 | - |
| YUV | 95.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 157 | 0 | 0.77 | 0.12 | 0.30 | 309.2 | 0.63 | 0.43 |
| Hex | B2 | 29 | 9D | 0 | 4D | C | 1E | 135 | 3F | 2B |
| Octal | 262 | 51 | 235 | 0 | 115 | 14 | 36 | 465 | 77 | 53 |
| Binary | 10110010 | 101001 | 10011101 | 0 | 1001101 | 1100 | 11110 | 100110101 | 111111 | 101011 |
Color Harmonies of #B2299D
Complementary color
Monochromatic Colors of #B2299D
Black with #B2299D
Text Example
Text Example
White with #B2299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2299D; }
p { color: rgb(178,41,157); }
H1.HeaderClassName
{
color: #B2299D;
}
.AnyTagClassName
{
color: #B2299D;
}
</style>
background-color css
<style>
a { background-color: #B2299D; }
a { background-color: rgb(178,41,157); }
div.DivClassName
{
background-color: #B2299D;
}
.BgClassName
{
background-color: #B2299D;
}
</style>
border-color css
<style>
span { border-color: #B2299D; }
span { border-color: rgb(178,41,157); }
td.TdClassName
{
border-color: #B2299D;
}
.TagClassName
{
border-color: #B2299D;
}
</style>