Shades of Medium Red Violet #B2249F
Tints of Medium Red Violet #B2249F
RGB
CMYK
RGB Variations
Color information
#B2249F (or 0xB2249F) is known color: Medium Red Violet. HEX triplet: B2, 24 and 9F. RGB value is (178,36,159). Sum of RGB (Red+Green+Blue) = 178+36+159=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2249F is #4DDB60. Grayscale: #5C5C5C. Windows color (decimal): -5102433 or 10429618. OLE color: 10429618.
HSL color Cylindrical-coordinate representation of color #B2249F: hue angle of 308.03º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2249F is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 159 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.30 |
| HSL | 308.03º | 0.66% | 0.42% | - |
| HSV(B) | 308.03º | 0.8% | 0.7% | - |
| XYZ | 25.25 | 13.23 | 34.02 | - |
| YUV | 92.48 | 165.54 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 159 | 0 | 0.80 | 0.11 | 0.30 | 308.03 | 0.66 | 0.42 |
| Hex | B2 | 24 | 9F | 0 | 50 | B | 1E | 134 | 42 | 2A |
| Octal | 262 | 44 | 237 | 0 | 120 | 13 | 36 | 464 | 102 | 52 |
| Binary | 10110010 | 100100 | 10011111 | 0 | 1010000 | 1011 | 11110 | 100110100 | 1000010 | 101010 |
Color Harmonies of #B2249F
Complementary color
Monochromatic Colors of #B2249F
Black with #B2249F
Text Example
Text Example
White with #B2249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2249F; }
p { color: rgb(178,36,159); }
H1.HeaderClassName
{
color: #B2249F;
}
.AnyTagClassName
{
color: #B2249F;
}
</style>
background-color css
<style>
a { background-color: #B2249F; }
a { background-color: rgb(178,36,159); }
div.DivClassName
{
background-color: #B2249F;
}
.BgClassName
{
background-color: #B2249F;
}
</style>
border-color css
<style>
span { border-color: #B2249F; }
span { border-color: rgb(178,36,159); }
td.TdClassName
{
border-color: #B2249F;
}
.TagClassName
{
border-color: #B2249F;
}
</style>