Shades of Medium Violet Red #B111A2
Tints of Medium Violet Red #B111A2
RGB
CMYK
RGB Variations
Color information
#B111A2 (or 0xB111A2) is known color: Medium Violet Red. HEX triplet: B1, 11 and A2. RGB value is (177,17,162). Sum of RGB (Red+Green+Blue) = 177+17+162=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B111A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B111A2 is #4EEE5D. Grayscale: #505050. Windows color (decimal): -5172830 or 10621361. OLE color: 10621361.
HSL color Cylindrical-coordinate representation of color #B111A2: hue angle of 305.62º 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 #B111A2 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 162 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.31 |
| HSL | 305.63º | 0.82% | 0.38% | - |
| HSV(B) | 305.63º | 0.9% | 0.69% | - |
| XYZ | 24.85 | 12.36 | 35.26 | - |
| YUV | 81.37 | 173.51 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 162 | 0 | 0.90 | 0.08 | 0.31 | 305.63 | 0.82 | 0.38 |
| Hex | B1 | 11 | A2 | 0 | 5A | 8 | 1F | 132 | 52 | 26 |
| Octal | 261 | 21 | 242 | 0 | 132 | 10 | 37 | 462 | 122 | 46 |
| Binary | 10110001 | 10001 | 10100010 | 0 | 1011010 | 1000 | 11111 | 100110010 | 1010010 | 100110 |
Color Harmonies of #B111A2
Complementary color
Monochromatic Colors of #B111A2
Black with #B111A2
Text Example
Text Example
White with #B111A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111A2; }
p { color: rgb(177,17,162); }
H1.HeaderClassName
{
color: #B111A2;
}
.AnyTagClassName
{
color: #B111A2;
}
</style>
background-color css
<style>
a { background-color: #B111A2; }
a { background-color: rgb(177,17,162); }
div.DivClassName
{
background-color: #B111A2;
}
.BgClassName
{
background-color: #B111A2;
}
</style>
border-color css
<style>
span { border-color: #B111A2; }
span { border-color: rgb(177,17,162); }
td.TdClassName
{
border-color: #B111A2;
}
.TagClassName
{
border-color: #B111A2;
}
</style>