Shades of Medium Violet Red #B3118F
Tints of Medium Violet Red #B3118F
RGB
CMYK
RGB Variations
Color information
#B3118F (or 0xB3118F) is known color: Medium Violet Red. HEX triplet: B3, 11 and 8F. RGB value is (179,17,143). Sum of RGB (Red+Green+Blue) = 179+17+143=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3118F is #4CEE70. Grayscale: #4F4F4F. Windows color (decimal): -5041777 or 9376179. OLE color: 9376179.
HSL color Cylindrical-coordinate representation of color #B3118F: hue angle of 313.33º 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 #B3118F is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 143 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.30 |
| HSL | 313.33º | 0.83% | 0.38% | - |
| HSV(B) | 313.33º | 0.91% | 0.7% | - |
| XYZ | 23.75 | 11.97 | 27.04 | - |
| YUV | 79.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 143 | 0 | 0.91 | 0.20 | 0.30 | 313.33 | 0.83 | 0.38 |
| Hex | B3 | 11 | 8F | 0 | 5B | 14 | 1E | 139 | 53 | 26 |
| Octal | 263 | 21 | 217 | 0 | 133 | 24 | 36 | 471 | 123 | 46 |
| Binary | 10110011 | 10001 | 10001111 | 0 | 1011011 | 10100 | 11110 | 100111001 | 1010011 | 100110 |
Color Harmonies of #B3118F
Complementary color
Monochromatic Colors of #B3118F
Black with #B3118F
Text Example
Text Example
White with #B3118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3118F; }
p { color: rgb(179,17,143); }
H1.HeaderClassName
{
color: #B3118F;
}
.AnyTagClassName
{
color: #B3118F;
}
</style>
background-color css
<style>
a { background-color: #B3118F; }
a { background-color: rgb(179,17,143); }
div.DivClassName
{
background-color: #B3118F;
}
.BgClassName
{
background-color: #B3118F;
}
</style>
border-color css
<style>
span { border-color: #B3118F; }
span { border-color: rgb(179,17,143); }
td.TdClassName
{
border-color: #B3118F;
}
.TagClassName
{
border-color: #B3118F;
}
</style>