Shades of Amethyst #B071E1
Tints of Amethyst #B071E1
RGB
CMYK
RGB Variations
Color information
#B071E1 (or 0xB071E1) is known color: Amethyst. HEX triplet: B0, 71 and E1. RGB value is (176,113,225). Sum of RGB (Red+Green+Blue) = 176+113+225=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #B071E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071E1 is #4F8E1E. Grayscale: #909090. Windows color (decimal): -5213727 or 14774704. OLE color: 14774704.
HSL color Cylindrical-coordinate representation of color #B071E1: hue angle of 273.75º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B071E1 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 113 | 225 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.12 |
| HSL | 273.75º | 0.65% | 0.66% | - |
| HSV(B) | 273.75º | 0.5% | 0.88% | - |
| XYZ | 37.4 | 26.48 | 74.37 | - |
| YUV | 144.61 | 173.37 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 225 | 0.22 | 0.50 | 0 | 0.12 | 273.75 | 0.65 | 0.66 |
| Hex | B0 | 71 | E1 | 16 | 32 | 0 | C | 112 | 41 | 42 |
| Octal | 260 | 161 | 341 | 26 | 62 | 0 | 14 | 422 | 101 | 102 |
| Binary | 10110000 | 1110001 | 11100001 | 10110 | 110010 | 0 | 1100 | 100010010 | 1000001 | 1000010 |
Color Harmonies of #B071E1
Complementary color
Monochromatic Colors of #B071E1
Black with #B071E1
Text Example
Text Example
White with #B071E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B071E1; }
p { color: rgb(176,113,225); }
H1.HeaderClassName
{
color: #B071E1;
}
.AnyTagClassName
{
color: #B071E1;
}
</style>
background-color css
<style>
a { background-color: #B071E1; }
a { background-color: rgb(176,113,225); }
div.DivClassName
{
background-color: #B071E1;
}
.BgClassName
{
background-color: #B071E1;
}
</style>
border-color css
<style>
span { border-color: #B071E1; }
span { border-color: rgb(176,113,225); }
td.TdClassName
{
border-color: #B071E1;
}
.TagClassName
{
border-color: #B071E1;
}
</style>