Shades of Medium Violet Red #B112A2
Tints of Medium Violet Red #B112A2
RGB
CMYK
RGB Variations
Color information
#B112A2 (or 0xB112A2) is known color: Medium Violet Red. HEX triplet: B1, 12 and A2. RGB value is (177,18,162). Sum of RGB (Red+Green+Blue) = 177+18+162=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B112A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112A2 is #4EED5D. Grayscale: #515151. Windows color (decimal): -5172574 or 10621617. OLE color: 10621617.
HSL color Cylindrical-coordinate representation of color #B112A2: hue angle of 305.66º 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 #B112A2 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
RGB | 177 | 18 | 162 | - |
CMYK | 0 | 0.90 | 0.08 | 0.31 |
HSL | 305.66º | 0.82% | 0.38% | - |
HSV(B) | 305.66º | 0.9% | 0.69% | - |
XYZ | 24.87 | 12.39 | 35.26 | - |
YUV | 81.96 | 173.18 | 195.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 18 | 162 | 0 | 0.90 | 0.08 | 0.31 | 305.66 | 0.82 | 0.38 |
Hex | B1 | 12 | A2 | 0 | 5A | 8 | 1F | 132 | 52 | 26 |
Octal | 261 | 22 | 242 | 0 | 132 | 10 | 37 | 462 | 122 | 46 |
Binary | 10110001 | 10010 | 10100010 | 0 | 1011010 | 1000 | 11111 | 100110010 | 1010010 | 100110 |
Color Harmonies of #B112A2
Complementary color
Monochromatic Colors of #B112A2
Black with #B112A2
Text Example
Text Example
White with #B112A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112A2; }
p { color: rgb(177,18,162); }
H1.HeaderClassName
{
color: #B112A2;
}
.AnyTagClassName
{
color: #B112A2;
}
</style>
background-color css
<style>
a { background-color: #B112A2; }
a { background-color: rgb(177,18,162); }
div.DivClassName
{
background-color: #B112A2;
}
.BgClassName
{
background-color: #B112A2;
}
</style>
border-color css
<style>
span { border-color: #B112A2; }
span { border-color: rgb(177,18,162); }
td.TdClassName
{
border-color: #B112A2;
}
.TagClassName
{
border-color: #B112A2;
}
</style>