Shades of Amethyst #B073E1
Tints of Amethyst #B073E1
RGB
CMYK
RGB Variations
Color information
#B073E1 (or 0xB073E1) is known color: Amethyst. HEX triplet: B0, 73 and E1. RGB value is (176,115,225). Sum of RGB (Red+Green+Blue) = 176+115+225=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #B073E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073E1 is #4F8C1E. Grayscale: #919191. Windows color (decimal): -5213215 or 14775216. OLE color: 14775216.
HSL color Cylindrical-coordinate representation of color #B073E1: hue angle of 273.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B073E1 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 115 | 225 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.12 |
| HSL | 273.27º | 0.65% | 0.67% | - |
| HSV(B) | 273.27º | 0.49% | 0.88% | - |
| XYZ | 37.63 | 26.93 | 74.45 | - |
| YUV | 145.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 225 | 0.22 | 0.49 | 0 | 0.12 | 273.27 | 0.65 | 0.67 |
| Hex | B0 | 73 | E1 | 16 | 31 | 0 | C | 111 | 41 | 43 |
| Octal | 260 | 163 | 341 | 26 | 61 | 0 | 14 | 421 | 101 | 103 |
| Binary | 10110000 | 1110011 | 11100001 | 10110 | 110001 | 0 | 1100 | 100010001 | 1000001 | 1000011 |
Color Harmonies of #B073E1
Complementary color
Monochromatic Colors of #B073E1
Black with #B073E1
Text Example
Text Example
White with #B073E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B073E1; }
p { color: rgb(176,115,225); }
H1.HeaderClassName
{
color: #B073E1;
}
.AnyTagClassName
{
color: #B073E1;
}
</style>
background-color css
<style>
a { background-color: #B073E1; }
a { background-color: rgb(176,115,225); }
div.DivClassName
{
background-color: #B073E1;
}
.BgClassName
{
background-color: #B073E1;
}
</style>
border-color css
<style>
span { border-color: #B073E1; }
span { border-color: rgb(176,115,225); }
td.TdClassName
{
border-color: #B073E1;
}
.TagClassName
{
border-color: #B073E1;
}
</style>