Shades of Medium Violet Red #B6118B
Tints of Medium Violet Red #B6118B
RGB
CMYK
RGB Variations
Color information
#B6118B (or 0xB6118B) is known color: Medium Violet Red. HEX triplet: B6, 11 and 8B. RGB value is (182,17,139). Sum of RGB (Red+Green+Blue) = 182+17+139=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B6118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6118B is #49EE74. Grayscale: #4F4F4F. Windows color (decimal): -4845173 or 9114038. OLE color: 9114038.
HSL color Cylindrical-coordinate representation of color #B6118B: hue angle of 315.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6118B is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 17 | 139 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.29 |
| HSL | 315.64º | 0.83% | 0.39% | - |
| HSV(B) | 315.64º | 0.91% | 0.71% | - |
| XYZ | 24.15 | 12.21 | 25.51 | - |
| YUV | 80.24 | 161.16 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 139 | 0 | 0.91 | 0.24 | 0.29 | 315.64 | 0.83 | 0.39 |
| Hex | B6 | 11 | 8B | 0 | 5B | 18 | 1D | 13C | 53 | 27 |
| Octal | 266 | 21 | 213 | 0 | 133 | 30 | 35 | 474 | 123 | 47 |
| Binary | 10110110 | 10001 | 10001011 | 0 | 1011011 | 11000 | 11101 | 100111100 | 1010011 | 100111 |
Color Harmonies of #B6118B
Complementary color
Monochromatic Colors of #B6118B
Black with #B6118B
Text Example
Text Example
White with #B6118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6118B; }
p { color: rgb(182,17,139); }
H1.HeaderClassName
{
color: #B6118B;
}
.AnyTagClassName
{
color: #B6118B;
}
</style>
background-color css
<style>
a { background-color: #B6118B; }
a { background-color: rgb(182,17,139); }
div.DivClassName
{
background-color: #B6118B;
}
.BgClassName
{
background-color: #B6118B;
}
</style>
border-color css
<style>
span { border-color: #B6118B; }
span { border-color: rgb(182,17,139); }
td.TdClassName
{
border-color: #B6118B;
}
.TagClassName
{
border-color: #B6118B;
}
</style>