Shades of Medium Violet Red #B110A2
Tints of Medium Violet Red #B110A2
RGB
CMYK
RGB Variations
Color information
#B110A2 (or 0xB110A2) is known color: Medium Violet Red. HEX triplet: B1, 10 and A2. RGB value is (177,16,162). Sum of RGB (Red+Green+Blue) = 177+16+162=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B110A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B110A2 is #4EEF5D. Grayscale: #505050. Windows color (decimal): -5173086 or 10621105. OLE color: 10621105.
HSL color Cylindrical-coordinate representation of color #B110A2: hue angle of 305.59º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B110A2 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 162 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.31 |
| HSL | 305.59º | 0.83% | 0.38% | - |
| HSV(B) | 305.59º | 0.91% | 0.69% | - |
| XYZ | 24.84 | 12.33 | 35.25 | - |
| YUV | 80.78 | 173.84 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 162 | 0 | 0.91 | 0.08 | 0.31 | 305.59 | 0.83 | 0.38 |
| Hex | B1 | 10 | A2 | 0 | 5B | 8 | 1F | 132 | 53 | 26 |
| Octal | 261 | 20 | 242 | 0 | 133 | 10 | 37 | 462 | 123 | 46 |
| Binary | 10110001 | 10000 | 10100010 | 0 | 1011011 | 1000 | 11111 | 100110010 | 1010011 | 100110 |
Color Harmonies of #B110A2
Complementary color
Monochromatic Colors of #B110A2
Black with #B110A2
Text Example
Text Example
White with #B110A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110A2; }
p { color: rgb(177,16,162); }
H1.HeaderClassName
{
color: #B110A2;
}
.AnyTagClassName
{
color: #B110A2;
}
</style>
background-color css
<style>
a { background-color: #B110A2; }
a { background-color: rgb(177,16,162); }
div.DivClassName
{
background-color: #B110A2;
}
.BgClassName
{
background-color: #B110A2;
}
</style>
border-color css
<style>
span { border-color: #B110A2; }
span { border-color: rgb(177,16,162); }
td.TdClassName
{
border-color: #B110A2;
}
.TagClassName
{
border-color: #B110A2;
}
</style>