Shades of Medium Violet Red #B2119F
Tints of Medium Violet Red #B2119F
RGB
CMYK
RGB Variations
Color information
#B2119F (or 0xB2119F) is known color: Medium Violet Red. HEX triplet: B2, 11 and 9F. RGB value is (178,17,159). Sum of RGB (Red+Green+Blue) = 178+17+159=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2119F is #4DEE60. Grayscale: #505050. Windows color (decimal): -5107297 or 10424754. OLE color: 10424754.
HSL color Cylindrical-coordinate representation of color #B2119F: hue angle of 307.08º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2119F is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 159 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.30 |
| HSL | 307.08º | 0.83% | 0.38% | - |
| HSV(B) | 307.08º | 0.9% | 0.7% | - |
| XYZ | 24.82 | 12.37 | 33.88 | - |
| YUV | 81.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 159 | 0 | 0.90 | 0.11 | 0.30 | 307.08 | 0.83 | 0.38 |
| Hex | B2 | 11 | 9F | 0 | 5A | B | 1E | 133 | 53 | 26 |
| Octal | 262 | 21 | 237 | 0 | 132 | 13 | 36 | 463 | 123 | 46 |
| Binary | 10110010 | 10001 | 10011111 | 0 | 1011010 | 1011 | 11110 | 100110011 | 1010011 | 100110 |
Color Harmonies of #B2119F
Complementary color
Monochromatic Colors of #B2119F
Black with #B2119F
Text Example
Text Example
White with #B2119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2119F; }
p { color: rgb(178,17,159); }
H1.HeaderClassName
{
color: #B2119F;
}
.AnyTagClassName
{
color: #B2119F;
}
</style>
background-color css
<style>
a { background-color: #B2119F; }
a { background-color: rgb(178,17,159); }
div.DivClassName
{
background-color: #B2119F;
}
.BgClassName
{
background-color: #B2119F;
}
</style>
border-color css
<style>
span { border-color: #B2119F; }
span { border-color: rgb(178,17,159); }
td.TdClassName
{
border-color: #B2119F;
}
.TagClassName
{
border-color: #B2119F;
}
</style>