Shades of Amethyst #B474DB
Tints of Amethyst #B474DB
RGB
CMYK
RGB Variations
Color information
#B474DB (or 0xB474DB) is known color: Amethyst. HEX triplet: B4, 74 and DB. RGB value is (180,116,219). Sum of RGB (Red+Green+Blue) = 180+116+219=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 116 (45.70% from 255 or 22.52% 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 #B474DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474DB is #4B8B24. Grayscale: #929292. Windows color (decimal): -4950821 or 14382260. OLE color: 14382260.
HSL color Cylindrical-coordinate representation of color #B474DB: hue angle of 277.28º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B474DB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 116 | 219 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.14 |
| HSL | 277.28º | 0.59% | 0.66% | - |
| HSV(B) | 277.28º | 0.47% | 0.86% | - |
| XYZ | 37.85 | 27.31 | 70.29 | - |
| YUV | 146.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 219 | 0.18 | 0.47 | 0 | 0.14 | 277.28 | 0.59 | 0.66 |
| Hex | B4 | 74 | DB | 12 | 2F | 0 | E | 115 | 3B | 42 |
| Octal | 264 | 164 | 333 | 22 | 57 | 0 | 16 | 425 | 73 | 102 |
| Binary | 10110100 | 1110100 | 11011011 | 10010 | 101111 | 0 | 1110 | 100010101 | 111011 | 1000010 |
Color Harmonies of #B474DB
Complementary color
Monochromatic Colors of #B474DB
Black with #B474DB
Text Example
Text Example
White with #B474DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B474DB; }
p { color: rgb(180,116,219); }
H1.HeaderClassName
{
color: #B474DB;
}
.AnyTagClassName
{
color: #B474DB;
}
</style>
background-color css
<style>
a { background-color: #B474DB; }
a { background-color: rgb(180,116,219); }
div.DivClassName
{
background-color: #B474DB;
}
.BgClassName
{
background-color: #B474DB;
}
</style>
border-color css
<style>
span { border-color: #B474DB; }
span { border-color: rgb(180,116,219); }
td.TdClassName
{
border-color: #B474DB;
}
.TagClassName
{
border-color: #B474DB;
}
</style>