Shades of Amethyst #B06CE8
Tints of Amethyst #B06CE8
RGB
CMYK
RGB Variations
Color information
#B06CE8 (or 0xB06CE8) is known color: Amethyst. HEX triplet: B0, 6C and E8. RGB value is (176,108,232). Sum of RGB (Red+Green+Blue) = 176+108+232=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #B06CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CE8 is #4F9317. Grayscale: #8E8E8E. Windows color (decimal): -5215000 or 15232176. OLE color: 15232176.
HSL color Cylindrical-coordinate representation of color #B06CE8: hue angle of 272.9º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B06CE8 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 108 | 232 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.09 |
| HSL | 272.9º | 0.73% | 0.67% | - |
| HSV(B) | 272.9º | 0.53% | 0.91% | - |
| XYZ | 37.83 | 25.78 | 79.33 | - |
| YUV | 142.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 232 | 0.24 | 0.53 | 0 | 0.09 | 272.9 | 0.73 | 0.67 |
| Hex | B0 | 6C | E8 | 18 | 35 | 0 | 9 | 111 | 49 | 43 |
| Octal | 260 | 154 | 350 | 30 | 65 | 0 | 11 | 421 | 111 | 103 |
| Binary | 10110000 | 1101100 | 11101000 | 11000 | 110101 | 0 | 1001 | 100010001 | 1001001 | 1000011 |
Color Harmonies of #B06CE8
Complementary color
Monochromatic Colors of #B06CE8
Black with #B06CE8
Text Example
Text Example
White with #B06CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CE8; }
p { color: rgb(176,108,232); }
H1.HeaderClassName
{
color: #B06CE8;
}
.AnyTagClassName
{
color: #B06CE8;
}
</style>
background-color css
<style>
a { background-color: #B06CE8; }
a { background-color: rgb(176,108,232); }
div.DivClassName
{
background-color: #B06CE8;
}
.BgClassName
{
background-color: #B06CE8;
}
</style>
border-color css
<style>
span { border-color: #B06CE8; }
span { border-color: rgb(176,108,232); }
td.TdClassName
{
border-color: #B06CE8;
}
.TagClassName
{
border-color: #B06CE8;
}
</style>