Shades of Amethyst #B479DB
Tints of Amethyst #B479DB
RGB
CMYK
RGB Variations
Color information
#B479DB (or 0xB479DB) is known color: Amethyst. HEX triplet: B4, 79 and DB. RGB value is (180,121,219). Sum of RGB (Red+Green+Blue) = 180+121+219=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #B479DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479DB is #4B8624. Grayscale: #959595. Windows color (decimal): -4949541 or 14383540. OLE color: 14383540.
HSL color Cylindrical-coordinate representation of color #B479DB: hue angle of 276.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B479DB is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 121 | 219 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.14 |
| HSL | 276.12º | 0.58% | 0.67% | - |
| HSV(B) | 276.12º | 0.45% | 0.86% | - |
| XYZ | 38.45 | 28.49 | 70.49 | - |
| YUV | 149.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 219 | 0.18 | 0.45 | 0 | 0.14 | 276.12 | 0.58 | 0.67 |
| Hex | B4 | 79 | DB | 12 | 2D | 0 | E | 114 | 3A | 43 |
| Octal | 264 | 171 | 333 | 22 | 55 | 0 | 16 | 424 | 72 | 103 |
| Binary | 10110100 | 1111001 | 11011011 | 10010 | 101101 | 0 | 1110 | 100010100 | 111010 | 1000011 |
Color Harmonies of #B479DB
Complementary color
Monochromatic Colors of #B479DB
Black with #B479DB
Text Example
Text Example
White with #B479DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B479DB; }
p { color: rgb(180,121,219); }
H1.HeaderClassName
{
color: #B479DB;
}
.AnyTagClassName
{
color: #B479DB;
}
</style>
background-color css
<style>
a { background-color: #B479DB; }
a { background-color: rgb(180,121,219); }
div.DivClassName
{
background-color: #B479DB;
}
.BgClassName
{
background-color: #B479DB;
}
</style>
border-color css
<style>
span { border-color: #B479DB; }
span { border-color: rgb(180,121,219); }
td.TdClassName
{
border-color: #B479DB;
}
.TagClassName
{
border-color: #B479DB;
}
</style>