Shades of Medium Violet Red #B112A5
Tints of Medium Violet Red #B112A5
RGB
CMYK
RGB Variations
Color information
#B112A5 (or 0xB112A5) is known color: Medium Violet Red. HEX triplet: B1, 12 and A5. RGB value is (177,18,165). Sum of RGB (Red+Green+Blue) = 177+18+165=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B112A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112A5 is #4EED5A. Grayscale: #515151. Windows color (decimal): -5172571 or 10818225. OLE color: 10818225.
HSL color Cylindrical-coordinate representation of color #B112A5: hue angle of 304.53º 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 #B112A5 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 165 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.31 |
| HSL | 304.53º | 0.82% | 0.38% | - |
| HSV(B) | 304.53º | 0.9% | 0.69% | - |
| XYZ | 25.14 | 12.5 | 36.68 | - |
| YUV | 82.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 165 | 0 | 0.90 | 0.07 | 0.31 | 304.53 | 0.82 | 0.38 |
| Hex | B1 | 12 | A5 | 0 | 5A | 7 | 1F | 131 | 52 | 26 |
| Octal | 261 | 22 | 245 | 0 | 132 | 7 | 37 | 461 | 122 | 46 |
| Binary | 10110001 | 10010 | 10100101 | 0 | 1011010 | 111 | 11111 | 100110001 | 1010010 | 100110 |
Color Harmonies of #B112A5
Complementary color
Monochromatic Colors of #B112A5
Black with #B112A5
Text Example
Text Example
White with #B112A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112A5; }
p { color: rgb(177,18,165); }
H1.HeaderClassName
{
color: #B112A5;
}
.AnyTagClassName
{
color: #B112A5;
}
</style>
background-color css
<style>
a { background-color: #B112A5; }
a { background-color: rgb(177,18,165); }
div.DivClassName
{
background-color: #B112A5;
}
.BgClassName
{
background-color: #B112A5;
}
</style>
border-color css
<style>
span { border-color: #B112A5; }
span { border-color: rgb(177,18,165); }
td.TdClassName
{
border-color: #B112A5;
}
.TagClassName
{
border-color: #B112A5;
}
</style>