Shades of Medium Red Violet #B120AB
Tints of Medium Red Violet #B120AB
RGB
CMYK
RGB Variations
Color information
#B120AB (or 0xB120AB) is known color: Medium Red Violet. HEX triplet: B1, 20 and AB. RGB value is (177,32,171). Sum of RGB (Red+Green+Blue) = 177+32+171=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B120AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B120AB is #4EDF54. Grayscale: #5A5A5A. Windows color (decimal): -5168981 or 11215025. OLE color: 11215025.
HSL color Cylindrical-coordinate representation of color #B120AB: hue angle of 302.48º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B120AB is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 171 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.31 |
| HSL | 302.48º | 0.69% | 0.41% | - |
| HSV(B) | 302.48º | 0.82% | 0.69% | - |
| XYZ | 26 | 13.32 | 39.73 | - |
| YUV | 91.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 171 | 0 | 0.82 | 0.03 | 0.31 | 302.48 | 0.69 | 0.41 |
| Hex | B1 | 20 | AB | 0 | 52 | 3 | 1F | 12E | 45 | 29 |
| Octal | 261 | 40 | 253 | 0 | 122 | 3 | 37 | 456 | 105 | 51 |
| Binary | 10110001 | 100000 | 10101011 | 0 | 1010010 | 11 | 11111 | 100101110 | 1000101 | 101001 |
Color Harmonies of #B120AB
Complementary color
Monochromatic Colors of #B120AB
Black with #B120AB
Text Example
Text Example
White with #B120AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B120AB; }
p { color: rgb(177,32,171); }
H1.HeaderClassName
{
color: #B120AB;
}
.AnyTagClassName
{
color: #B120AB;
}
</style>
background-color css
<style>
a { background-color: #B120AB; }
a { background-color: rgb(177,32,171); }
div.DivClassName
{
background-color: #B120AB;
}
.BgClassName
{
background-color: #B120AB;
}
</style>
border-color css
<style>
span { border-color: #B120AB; }
span { border-color: rgb(177,32,171); }
td.TdClassName
{
border-color: #B120AB;
}
.TagClassName
{
border-color: #B120AB;
}
</style>