Shades of Amethyst #B069E6
Tints of Amethyst #B069E6
RGB
CMYK
RGB Variations
Color information
#B069E6 (or 0xB069E6) is known color: Amethyst. HEX triplet: B0, 69 and E6. RGB value is (176,105,230). Sum of RGB (Red+Green+Blue) = 176+105+230=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #B069E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069E6 is #4F9619. Grayscale: #8C8C8C. Windows color (decimal): -5215770 or 15100336. OLE color: 15100336.
HSL color Cylindrical-coordinate representation of color #B069E6: hue angle of 274.08º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B069E6 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 105 | 230 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.10 |
| HSL | 274.08º | 0.71% | 0.66% | - |
| HSV(B) | 274.08º | 0.54% | 0.9% | - |
| XYZ | 37.24 | 25.05 | 77.73 | - |
| YUV | 140.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 230 | 0.23 | 0.54 | 0 | 0.10 | 274.08 | 0.71 | 0.66 |
| Hex | B0 | 69 | E6 | 17 | 36 | 0 | A | 112 | 47 | 42 |
| Octal | 260 | 151 | 346 | 27 | 66 | 0 | 12 | 422 | 107 | 102 |
| Binary | 10110000 | 1101001 | 11100110 | 10111 | 110110 | 0 | 1010 | 100010010 | 1000111 | 1000010 |
Color Harmonies of #B069E6
Complementary color
Monochromatic Colors of #B069E6
Black with #B069E6
Text Example
Text Example
White with #B069E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069E6; }
p { color: rgb(176,105,230); }
H1.HeaderClassName
{
color: #B069E6;
}
.AnyTagClassName
{
color: #B069E6;
}
</style>
background-color css
<style>
a { background-color: #B069E6; }
a { background-color: rgb(176,105,230); }
div.DivClassName
{
background-color: #B069E6;
}
.BgClassName
{
background-color: #B069E6;
}
</style>
border-color css
<style>
span { border-color: #B069E6; }
span { border-color: rgb(176,105,230); }
td.TdClassName
{
border-color: #B069E6;
}
.TagClassName
{
border-color: #B069E6;
}
</style>