Shades of Amethyst #B475DB
Tints of Amethyst #B475DB
RGB
CMYK
RGB Variations
Color information
#B475DB (or 0xB475DB) is known color: Amethyst. HEX triplet: B4, 75 and DB. RGB value is (180,117,219). Sum of RGB (Red+Green+Blue) = 180+117+219=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #B475DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475DB is #4B8A24. Grayscale: #939393. Windows color (decimal): -4950565 or 14382516. OLE color: 14382516.
HSL color Cylindrical-coordinate representation of color #B475DB: hue angle of 277.06º 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 #B475DB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 117 | 219 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.14 |
| HSL | 277.06º | 0.59% | 0.66% | - |
| HSV(B) | 277.06º | 0.47% | 0.86% | - |
| XYZ | 37.97 | 27.54 | 70.33 | - |
| YUV | 147.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 219 | 0.18 | 0.47 | 0 | 0.14 | 277.06 | 0.59 | 0.66 |
| Hex | B4 | 75 | DB | 12 | 2F | 0 | E | 115 | 3B | 42 |
| Octal | 264 | 165 | 333 | 22 | 57 | 0 | 16 | 425 | 73 | 102 |
| Binary | 10110100 | 1110101 | 11011011 | 10010 | 101111 | 0 | 1110 | 100010101 | 111011 | 1000010 |
Color Harmonies of #B475DB
Complementary color
Monochromatic Colors of #B475DB
Black with #B475DB
Text Example
Text Example
White with #B475DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B475DB; }
p { color: rgb(180,117,219); }
H1.HeaderClassName
{
color: #B475DB;
}
.AnyTagClassName
{
color: #B475DB;
}
</style>
background-color css
<style>
a { background-color: #B475DB; }
a { background-color: rgb(180,117,219); }
div.DivClassName
{
background-color: #B475DB;
}
.BgClassName
{
background-color: #B475DB;
}
</style>
border-color css
<style>
span { border-color: #B475DB; }
span { border-color: rgb(180,117,219); }
td.TdClassName
{
border-color: #B475DB;
}
.TagClassName
{
border-color: #B475DB;
}
</style>