Shades of Medium Violet Red #B2139A
Tints of Medium Violet Red #B2139A
RGB
CMYK
RGB Variations
Color information
#B2139A (or 0xB2139A) is known color: Medium Violet Red. HEX triplet: B2, 13 and 9A. RGB value is (178,19,154). Sum of RGB (Red+Green+Blue) = 178+19+154=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2139A is #4DEC65. Grayscale: #515151. Windows color (decimal): -5106790 or 10097586. OLE color: 10097586.
HSL color Cylindrical-coordinate representation of color #B2139A: hue angle of 309.06º 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 #B2139A is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 154 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.30 |
| HSL | 309.06º | 0.81% | 0.39% | - |
| HSV(B) | 309.06º | 0.89% | 0.7% | - |
| XYZ | 24.43 | 12.26 | 31.65 | - |
| YUV | 81.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 154 | 0 | 0.89 | 0.13 | 0.30 | 309.06 | 0.81 | 0.39 |
| Hex | B2 | 13 | 9A | 0 | 59 | D | 1E | 135 | 51 | 27 |
| Octal | 262 | 23 | 232 | 0 | 131 | 15 | 36 | 465 | 121 | 47 |
| Binary | 10110010 | 10011 | 10011010 | 0 | 1011001 | 1101 | 11110 | 100110101 | 1010001 | 100111 |
Color Harmonies of #B2139A
Complementary color
Monochromatic Colors of #B2139A
Black with #B2139A
Text Example
Text Example
White with #B2139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2139A; }
p { color: rgb(178,19,154); }
H1.HeaderClassName
{
color: #B2139A;
}
.AnyTagClassName
{
color: #B2139A;
}
</style>
background-color css
<style>
a { background-color: #B2139A; }
a { background-color: rgb(178,19,154); }
div.DivClassName
{
background-color: #B2139A;
}
.BgClassName
{
background-color: #B2139A;
}
</style>
border-color css
<style>
span { border-color: #B2139A; }
span { border-color: rgb(178,19,154); }
td.TdClassName
{
border-color: #B2139A;
}
.TagClassName
{
border-color: #B2139A;
}
</style>