Shades of Amethyst #B374DB
Tints of Amethyst #B374DB
RGB
CMYK
RGB Variations
Color information
#B374DB (or 0xB374DB) is known color: Amethyst. HEX triplet: B3, 74 and DB. RGB value is (179,116,219). Sum of RGB (Red+Green+Blue) = 179+116+219=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #B374DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374DB is #4C8B24. Grayscale: #929292. Windows color (decimal): -5016357 or 14382259. OLE color: 14382259.
HSL color Cylindrical-coordinate representation of color #B374DB: hue angle of 276.7º 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 #B374DB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 116 | 219 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.14 |
| HSL | 276.7º | 0.59% | 0.66% | - |
| HSV(B) | 276.7º | 0.47% | 0.86% | - |
| XYZ | 37.62 | 27.19 | 70.28 | - |
| YUV | 146.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 219 | 0.18 | 0.47 | 0 | 0.14 | 276.7 | 0.59 | 0.66 |
| Hex | B3 | 74 | DB | 12 | 2F | 0 | E | 115 | 3B | 42 |
| Octal | 263 | 164 | 333 | 22 | 57 | 0 | 16 | 425 | 73 | 102 |
| Binary | 10110011 | 1110100 | 11011011 | 10010 | 101111 | 0 | 1110 | 100010101 | 111011 | 1000010 |
Color Harmonies of #B374DB
Complementary color
Monochromatic Colors of #B374DB
Black with #B374DB
Text Example
Text Example
White with #B374DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B374DB; }
p { color: rgb(179,116,219); }
H1.HeaderClassName
{
color: #B374DB;
}
.AnyTagClassName
{
color: #B374DB;
}
</style>
background-color css
<style>
a { background-color: #B374DB; }
a { background-color: rgb(179,116,219); }
div.DivClassName
{
background-color: #B374DB;
}
.BgClassName
{
background-color: #B374DB;
}
</style>
border-color css
<style>
span { border-color: #B374DB; }
span { border-color: rgb(179,116,219); }
td.TdClassName
{
border-color: #B374DB;
}
.TagClassName
{
border-color: #B374DB;
}
</style>