Shades of Medium Violet Red #B111A6
Tints of Medium Violet Red #B111A6
RGB
CMYK
RGB Variations
Color information
#B111A6 (or 0xB111A6) is known color: Medium Violet Red. HEX triplet: B1, 11 and A6. RGB value is (177,17,166). Sum of RGB (Red+Green+Blue) = 177+17+166=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B111A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B111A6 is #4EEE59. Grayscale: #515151. Windows color (decimal): -5172826 or 10883505. OLE color: 10883505.
HSL color Cylindrical-coordinate representation of color #B111A6: hue angle of 304.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B111A6 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 166 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.31 |
| HSL | 304.13º | 0.82% | 0.38% | - |
| HSV(B) | 304.13º | 0.9% | 0.69% | - |
| XYZ | 25.21 | 12.5 | 37.16 | - |
| YUV | 81.83 | 175.51 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 166 | 0 | 0.90 | 0.06 | 0.31 | 304.13 | 0.82 | 0.38 |
| Hex | B1 | 11 | A6 | 0 | 5A | 6 | 1F | 130 | 52 | 26 |
| Octal | 261 | 21 | 246 | 0 | 132 | 6 | 37 | 460 | 122 | 46 |
| Binary | 10110001 | 10001 | 10100110 | 0 | 1011010 | 110 | 11111 | 100110000 | 1010010 | 100110 |
Color Harmonies of #B111A6
Complementary color
Monochromatic Colors of #B111A6
Black with #B111A6
Text Example
Text Example
White with #B111A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111A6; }
p { color: rgb(177,17,166); }
H1.HeaderClassName
{
color: #B111A6;
}
.AnyTagClassName
{
color: #B111A6;
}
</style>
background-color css
<style>
a { background-color: #B111A6; }
a { background-color: rgb(177,17,166); }
div.DivClassName
{
background-color: #B111A6;
}
.BgClassName
{
background-color: #B111A6;
}
</style>
border-color css
<style>
span { border-color: #B111A6; }
span { border-color: rgb(177,17,166); }
td.TdClassName
{
border-color: #B111A6;
}
.TagClassName
{
border-color: #B111A6;
}
</style>