Shades of Medium Violet Red #B112A6
Tints of Medium Violet Red #B112A6
RGB
CMYK
RGB Variations
Color information
#B112A6 (or 0xB112A6) is known color: Medium Violet Red. HEX triplet: B1, 12 and A6. RGB value is (177,18,166). Sum of RGB (Red+Green+Blue) = 177+18+166=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B112A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112A6 is #4EED59. Grayscale: #515151. Windows color (decimal): -5172570 or 10883761. OLE color: 10883761.
HSL color Cylindrical-coordinate representation of color #B112A6: hue angle of 304.15º 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 #B112A6 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 166 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.31 |
| HSL | 304.15º | 0.82% | 0.38% | - |
| HSV(B) | 304.15º | 0.9% | 0.69% | - |
| XYZ | 25.23 | 12.53 | 37.17 | - |
| YUV | 82.41 | 175.18 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 166 | 0 | 0.90 | 0.06 | 0.31 | 304.15 | 0.82 | 0.38 |
| Hex | B1 | 12 | A6 | 0 | 5A | 6 | 1F | 130 | 52 | 26 |
| Octal | 261 | 22 | 246 | 0 | 132 | 6 | 37 | 460 | 122 | 46 |
| Binary | 10110001 | 10010 | 10100110 | 0 | 1011010 | 110 | 11111 | 100110000 | 1010010 | 100110 |
Color Harmonies of #B112A6
Complementary color
Monochromatic Colors of #B112A6
Black with #B112A6
Text Example
Text Example
White with #B112A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112A6; }
p { color: rgb(177,18,166); }
H1.HeaderClassName
{
color: #B112A6;
}
.AnyTagClassName
{
color: #B112A6;
}
</style>
background-color css
<style>
a { background-color: #B112A6; }
a { background-color: rgb(177,18,166); }
div.DivClassName
{
background-color: #B112A6;
}
.BgClassName
{
background-color: #B112A6;
}
</style>
border-color css
<style>
span { border-color: #B112A6; }
span { border-color: rgb(177,18,166); }
td.TdClassName
{
border-color: #B112A6;
}
.TagClassName
{
border-color: #B112A6;
}
</style>