Shades of Amethyst #B06BE0
Tints of Amethyst #B06BE0
RGB
CMYK
RGB Variations
Color information
#B06BE0 (or 0xB06BE0) is known color: Amethyst. HEX triplet: B0, 6B and E0. RGB value is (176,107,224). Sum of RGB (Red+Green+Blue) = 176+107+224=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #B06BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BE0 is #4F941F. Grayscale: #8C8C8C. Windows color (decimal): -5215264 or 14707632. OLE color: 14707632.
HSL color Cylindrical-coordinate representation of color #B06BE0: hue angle of 275.38º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06BE0 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 107 | 224 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.12 |
| HSL | 275.38º | 0.65% | 0.65% | - |
| HSV(B) | 275.38º | 0.52% | 0.88% | - |
| XYZ | 36.62 | 25.13 | 73.44 | - |
| YUV | 140.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 224 | 0.21 | 0.52 | 0 | 0.12 | 275.38 | 0.65 | 0.65 |
| Hex | B0 | 6B | E0 | 15 | 34 | 0 | C | 113 | 41 | 41 |
| Octal | 260 | 153 | 340 | 25 | 64 | 0 | 14 | 423 | 101 | 101 |
| Binary | 10110000 | 1101011 | 11100000 | 10101 | 110100 | 0 | 1100 | 100010011 | 1000001 | 1000001 |
Color Harmonies of #B06BE0
Complementary color
Monochromatic Colors of #B06BE0
Black with #B06BE0
Text Example
Text Example
White with #B06BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BE0; }
p { color: rgb(176,107,224); }
H1.HeaderClassName
{
color: #B06BE0;
}
.AnyTagClassName
{
color: #B06BE0;
}
</style>
background-color css
<style>
a { background-color: #B06BE0; }
a { background-color: rgb(176,107,224); }
div.DivClassName
{
background-color: #B06BE0;
}
.BgClassName
{
background-color: #B06BE0;
}
</style>
border-color css
<style>
span { border-color: #B06BE0; }
span { border-color: rgb(176,107,224); }
td.TdClassName
{
border-color: #B06BE0;
}
.TagClassName
{
border-color: #B06BE0;
}
</style>