Shades of Medium Violet Red #B11AA2
Tints of Medium Violet Red #B11AA2
RGB
CMYK
RGB Variations
Color information
#B11AA2 (or 0xB11AA2) is known color: Medium Violet Red. HEX triplet: B1, 1A and A2. RGB value is (177,26,162). Sum of RGB (Red+Green+Blue) = 177+26+162=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B11AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11AA2 is #4EE55D. Grayscale: #565656. Windows color (decimal): -5170526 or 10623665. OLE color: 10623665.
HSL color Cylindrical-coordinate representation of color #B11AA2: hue angle of 305.96º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11AA2 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 162 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.31 |
| HSL | 305.96º | 0.74% | 0.4% | - |
| HSV(B) | 305.96º | 0.85% | 0.69% | - |
| XYZ | 25.02 | 12.69 | 35.31 | - |
| YUV | 86.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 162 | 0 | 0.85 | 0.08 | 0.31 | 305.96 | 0.74 | 0.4 |
| Hex | B1 | 1A | A2 | 0 | 55 | 8 | 1F | 132 | 4A | 28 |
| Octal | 261 | 32 | 242 | 0 | 125 | 10 | 37 | 462 | 112 | 50 |
| Binary | 10110001 | 11010 | 10100010 | 0 | 1010101 | 1000 | 11111 | 100110010 | 1001010 | 101000 |
Color Harmonies of #B11AA2
Complementary color
Monochromatic Colors of #B11AA2
Black with #B11AA2
Text Example
Text Example
White with #B11AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11AA2; }
p { color: rgb(177,26,162); }
H1.HeaderClassName
{
color: #B11AA2;
}
.AnyTagClassName
{
color: #B11AA2;
}
</style>
background-color css
<style>
a { background-color: #B11AA2; }
a { background-color: rgb(177,26,162); }
div.DivClassName
{
background-color: #B11AA2;
}
.BgClassName
{
background-color: #B11AA2;
}
</style>
border-color css
<style>
span { border-color: #B11AA2; }
span { border-color: rgb(177,26,162); }
td.TdClassName
{
border-color: #B11AA2;
}
.TagClassName
{
border-color: #B11AA2;
}
</style>