Shades of Amethyst #B078DB
Tints of Amethyst #B078DB
RGB
CMYK
RGB Variations
Color information
#B078DB (or 0xB078DB) is known color: Amethyst. HEX triplet: B0, 78 and DB. RGB value is (176,120,219). Sum of RGB (Red+Green+Blue) = 176+120+219=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #B078DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078DB is #4F8724. Grayscale: #939393. Windows color (decimal): -5211941 or 14383280. OLE color: 14383280.
HSL color Cylindrical-coordinate representation of color #B078DB: hue angle of 273.94º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B078DB is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 120 | 219 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.14 |
| HSL | 273.94º | 0.58% | 0.66% | - |
| HSV(B) | 273.94º | 0.45% | 0.86% | - |
| XYZ | 37.41 | 27.78 | 70.41 | - |
| YUV | 148.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 219 | 0.20 | 0.45 | 0 | 0.14 | 273.94 | 0.58 | 0.66 |
| Hex | B0 | 78 | DB | 14 | 2D | 0 | E | 112 | 3A | 42 |
| Octal | 260 | 170 | 333 | 24 | 55 | 0 | 16 | 422 | 72 | 102 |
| Binary | 10110000 | 1111000 | 11011011 | 10100 | 101101 | 0 | 1110 | 100010010 | 111010 | 1000010 |
Color Harmonies of #B078DB
Complementary color
Monochromatic Colors of #B078DB
Black with #B078DB
Text Example
Text Example
White with #B078DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078DB; }
p { color: rgb(176,120,219); }
H1.HeaderClassName
{
color: #B078DB;
}
.AnyTagClassName
{
color: #B078DB;
}
</style>
background-color css
<style>
a { background-color: #B078DB; }
a { background-color: rgb(176,120,219); }
div.DivClassName
{
background-color: #B078DB;
}
.BgClassName
{
background-color: #B078DB;
}
</style>
border-color css
<style>
span { border-color: #B078DB; }
span { border-color: rgb(176,120,219); }
td.TdClassName
{
border-color: #B078DB;
}
.TagClassName
{
border-color: #B078DB;
}
</style>