Shades of Amethyst #B070E3
Tints of Amethyst #B070E3
RGB
CMYK
RGB Variations
Color information
#B070E3 (or 0xB070E3) is known color: Amethyst. HEX triplet: B0, 70 and E3. RGB value is (176,112,227). Sum of RGB (Red+Green+Blue) = 176+112+227=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #B070E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070E3 is #4F8F1C. Grayscale: #8F8F8F. Windows color (decimal): -5213981 or 14905520. OLE color: 14905520.
HSL color Cylindrical-coordinate representation of color #B070E3: hue angle of 273.39º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B070E3 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 112 | 227 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.11 |
| HSL | 273.39º | 0.67% | 0.66% | - |
| HSV(B) | 273.39º | 0.51% | 0.89% | - |
| XYZ | 37.56 | 26.36 | 75.78 | - |
| YUV | 144.25 | 174.7 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 227 | 0.22 | 0.51 | 0 | 0.11 | 273.39 | 0.67 | 0.66 |
| Hex | B0 | 70 | E3 | 16 | 33 | 0 | B | 111 | 43 | 42 |
| Octal | 260 | 160 | 343 | 26 | 63 | 0 | 13 | 421 | 103 | 102 |
| Binary | 10110000 | 1110000 | 11100011 | 10110 | 110011 | 0 | 1011 | 100010001 | 1000011 | 1000010 |
Color Harmonies of #B070E3
Complementary color
Monochromatic Colors of #B070E3
Black with #B070E3
Text Example
Text Example
White with #B070E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070E3; }
p { color: rgb(176,112,227); }
H1.HeaderClassName
{
color: #B070E3;
}
.AnyTagClassName
{
color: #B070E3;
}
</style>
background-color css
<style>
a { background-color: #B070E3; }
a { background-color: rgb(176,112,227); }
div.DivClassName
{
background-color: #B070E3;
}
.BgClassName
{
background-color: #B070E3;
}
</style>
border-color css
<style>
span { border-color: #B070E3; }
span { border-color: rgb(176,112,227); }
td.TdClassName
{
border-color: #B070E3;
}
.TagClassName
{
border-color: #B070E3;
}
</style>