Shades of Medium Violet Red #B3119A
Tints of Medium Violet Red #B3119A
RGB
CMYK
RGB Variations
Color information
#B3119A (or 0xB3119A) is known color: Medium Violet Red. HEX triplet: B3, 11 and 9A. RGB value is (179,17,154). Sum of RGB (Red+Green+Blue) = 179+17+154=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B3119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3119A is #4CEE65. Grayscale: #505050. Windows color (decimal): -5041766 or 10097075. OLE color: 10097075.
HSL color Cylindrical-coordinate representation of color #B3119A: hue angle of 309.26º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3119A is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 154 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.30 |
| HSL | 309.26º | 0.83% | 0.38% | - |
| HSV(B) | 309.26º | 0.91% | 0.7% | - |
| XYZ | 24.62 | 12.32 | 31.65 | - |
| YUV | 81.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 154 | 0 | 0.91 | 0.14 | 0.30 | 309.26 | 0.83 | 0.38 |
| Hex | B3 | 11 | 9A | 0 | 5B | E | 1E | 135 | 53 | 26 |
| Octal | 263 | 21 | 232 | 0 | 133 | 16 | 36 | 465 | 123 | 46 |
| Binary | 10110011 | 10001 | 10011010 | 0 | 1011011 | 1110 | 11110 | 100110101 | 1010011 | 100110 |
Color Harmonies of #B3119A
Complementary color
Monochromatic Colors of #B3119A
Black with #B3119A
Text Example
Text Example
White with #B3119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3119A; }
p { color: rgb(179,17,154); }
H1.HeaderClassName
{
color: #B3119A;
}
.AnyTagClassName
{
color: #B3119A;
}
</style>
background-color css
<style>
a { background-color: #B3119A; }
a { background-color: rgb(179,17,154); }
div.DivClassName
{
background-color: #B3119A;
}
.BgClassName
{
background-color: #B3119A;
}
</style>
border-color css
<style>
span { border-color: #B3119A; }
span { border-color: rgb(179,17,154); }
td.TdClassName
{
border-color: #B3119A;
}
.TagClassName
{
border-color: #B3119A;
}
</style>