Shades of Amethyst #B06BDB
Tints of Amethyst #B06BDB
RGB
CMYK
RGB Variations
Color information
#B06BDB (or 0xB06BDB) is known color: Amethyst. HEX triplet: B0, 6B and DB. RGB value is (176,107,219). Sum of RGB (Red+Green+Blue) = 176+107+219=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #B06BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BDB is #4F9424. Grayscale: #8C8C8C. Windows color (decimal): -5215269 or 14379952. OLE color: 14379952.
HSL color Cylindrical-coordinate representation of color #B06BDB: hue angle of 276.96º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06BDB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 107 | 219 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.14 |
| HSL | 276.96º | 0.61% | 0.64% | - |
| HSV(B) | 276.96º | 0.51% | 0.86% | - |
| XYZ | 35.95 | 24.86 | 69.92 | - |
| YUV | 140.4 | 172.36 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 219 | 0.20 | 0.51 | 0 | 0.14 | 276.96 | 0.61 | 0.64 |
| Hex | B0 | 6B | DB | 14 | 33 | 0 | E | 115 | 3D | 40 |
| Octal | 260 | 153 | 333 | 24 | 63 | 0 | 16 | 425 | 75 | 100 |
| Binary | 10110000 | 1101011 | 11011011 | 10100 | 110011 | 0 | 1110 | 100010101 | 111101 | 1000000 |
Color Harmonies of #B06BDB
Complementary color
Monochromatic Colors of #B06BDB
Black with #B06BDB
Text Example
Text Example
White with #B06BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BDB; }
p { color: rgb(176,107,219); }
H1.HeaderClassName
{
color: #B06BDB;
}
.AnyTagClassName
{
color: #B06BDB;
}
</style>
background-color css
<style>
a { background-color: #B06BDB; }
a { background-color: rgb(176,107,219); }
div.DivClassName
{
background-color: #B06BDB;
}
.BgClassName
{
background-color: #B06BDB;
}
</style>
border-color css
<style>
span { border-color: #B06BDB; }
span { border-color: rgb(176,107,219); }
td.TdClassName
{
border-color: #B06BDB;
}
.TagClassName
{
border-color: #B06BDB;
}
</style>