Shades of Medium Violet Red #B011A2
Tints of Medium Violet Red #B011A2
RGB
CMYK
RGB Variations
Color information
#B011A2 (or 0xB011A2) is known color: Medium Violet Red. HEX triplet: B0, 11 and A2. RGB value is (176,17,162). Sum of RGB (Red+Green+Blue) = 176+17+162=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B011A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B011A2 is #4FEE5D. Grayscale: #505050. Windows color (decimal): -5238366 or 10621360. OLE color: 10621360.
HSL color Cylindrical-coordinate representation of color #B011A2: hue angle of 305.28º 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 #B011A2 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 162 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.31 |
| HSL | 305.28º | 0.82% | 0.38% | - |
| HSV(B) | 305.28º | 0.9% | 0.69% | - |
| XYZ | 24.63 | 12.24 | 35.25 | - |
| YUV | 81.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 162 | 0 | 0.90 | 0.08 | 0.31 | 305.28 | 0.82 | 0.38 |
| Hex | B0 | 11 | A2 | 0 | 5A | 8 | 1F | 131 | 52 | 26 |
| Octal | 260 | 21 | 242 | 0 | 132 | 10 | 37 | 461 | 122 | 46 |
| Binary | 10110000 | 10001 | 10100010 | 0 | 1011010 | 1000 | 11111 | 100110001 | 1010010 | 100110 |
Color Harmonies of #B011A2
Complementary color
Monochromatic Colors of #B011A2
Black with #B011A2
Text Example
Text Example
White with #B011A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B011A2; }
p { color: rgb(176,17,162); }
H1.HeaderClassName
{
color: #B011A2;
}
.AnyTagClassName
{
color: #B011A2;
}
</style>
background-color css
<style>
a { background-color: #B011A2; }
a { background-color: rgb(176,17,162); }
div.DivClassName
{
background-color: #B011A2;
}
.BgClassName
{
background-color: #B011A2;
}
</style>
border-color css
<style>
span { border-color: #B011A2; }
span { border-color: rgb(176,17,162); }
td.TdClassName
{
border-color: #B011A2;
}
.TagClassName
{
border-color: #B011A2;
}
</style>