Shades of Medium Violet Red #B2139F
Tints of Medium Violet Red #B2139F
RGB
CMYK
RGB Variations
Color information
#B2139F (or 0xB2139F) is known color: Medium Violet Red. HEX triplet: B2, 13 and 9F. RGB value is (178,19,159). Sum of RGB (Red+Green+Blue) = 178+19+159=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2139F is #4DEC60. Grayscale: #525252. Windows color (decimal): -5106785 or 10425266. OLE color: 10425266.
HSL color Cylindrical-coordinate representation of color #B2139F: hue angle of 307.17º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2139F is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 159 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.30 |
| HSL | 307.17º | 0.81% | 0.39% | - |
| HSV(B) | 307.17º | 0.89% | 0.7% | - |
| XYZ | 24.85 | 12.43 | 33.89 | - |
| YUV | 82.5 | 171.18 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 159 | 0 | 0.89 | 0.11 | 0.30 | 307.17 | 0.81 | 0.39 |
| Hex | B2 | 13 | 9F | 0 | 59 | B | 1E | 133 | 51 | 27 |
| Octal | 262 | 23 | 237 | 0 | 131 | 13 | 36 | 463 | 121 | 47 |
| Binary | 10110010 | 10011 | 10011111 | 0 | 1011001 | 1011 | 11110 | 100110011 | 1010001 | 100111 |
Color Harmonies of #B2139F
Complementary color
Monochromatic Colors of #B2139F
Black with #B2139F
Text Example
Text Example
White with #B2139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2139F; }
p { color: rgb(178,19,159); }
H1.HeaderClassName
{
color: #B2139F;
}
.AnyTagClassName
{
color: #B2139F;
}
</style>
background-color css
<style>
a { background-color: #B2139F; }
a { background-color: rgb(178,19,159); }
div.DivClassName
{
background-color: #B2139F;
}
.BgClassName
{
background-color: #B2139F;
}
</style>
border-color css
<style>
span { border-color: #B2139F; }
span { border-color: rgb(178,19,159); }
td.TdClassName
{
border-color: #B2139F;
}
.TagClassName
{
border-color: #B2139F;
}
</style>