Shades of Medium Violet Red #B112A1
Tints of Medium Violet Red #B112A1
RGB
CMYK
RGB Variations
Color information
#B112A1 (or 0xB112A1) is known color: Medium Violet Red. HEX triplet: B1, 12 and A1. RGB value is (177,18,161). Sum of RGB (Red+Green+Blue) = 177+18+161=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B112A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112A1 is #4EED5E. Grayscale: #515151. Windows color (decimal): -5172575 or 10556081. OLE color: 10556081.
HSL color Cylindrical-coordinate representation of color #B112A1: hue angle of 306.04º 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 #B112A1 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 161 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.31 |
| HSL | 306.04º | 0.82% | 0.38% | - |
| HSV(B) | 306.04º | 0.9% | 0.69% | - |
| XYZ | 24.78 | 12.35 | 34.8 | - |
| YUV | 81.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 161 | 0 | 0.90 | 0.09 | 0.31 | 306.04 | 0.82 | 0.38 |
| Hex | B1 | 12 | A1 | 0 | 5A | 9 | 1F | 132 | 52 | 26 |
| Octal | 261 | 22 | 241 | 0 | 132 | 11 | 37 | 462 | 122 | 46 |
| Binary | 10110001 | 10010 | 10100001 | 0 | 1011010 | 1001 | 11111 | 100110010 | 1010010 | 100110 |
Color Harmonies of #B112A1
Complementary color
Monochromatic Colors of #B112A1
Black with #B112A1
Text Example
Text Example
White with #B112A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112A1; }
p { color: rgb(177,18,161); }
H1.HeaderClassName
{
color: #B112A1;
}
.AnyTagClassName
{
color: #B112A1;
}
</style>
background-color css
<style>
a { background-color: #B112A1; }
a { background-color: rgb(177,18,161); }
div.DivClassName
{
background-color: #B112A1;
}
.BgClassName
{
background-color: #B112A1;
}
</style>
border-color css
<style>
span { border-color: #B112A1; }
span { border-color: rgb(177,18,161); }
td.TdClassName
{
border-color: #B112A1;
}
.TagClassName
{
border-color: #B112A1;
}
</style>