Shades of Amethyst #B376DD
Tints of Amethyst #B376DD
RGB
CMYK
RGB Variations
Color information
#B376DD (or 0xB376DD) is known color: Amethyst. HEX triplet: B3, 76 and DD. RGB value is (179,118,221). Sum of RGB (Red+Green+Blue) = 179+118+221=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B376DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376DD is #4C8922. Grayscale: #939393. Windows color (decimal): -5015843 or 14513843. OLE color: 14513843.
HSL color Cylindrical-coordinate representation of color #B376DD: hue angle of 275.53º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B376DD is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 118 | 221 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.13 |
| HSL | 275.53º | 0.6% | 0.66% | - |
| HSV(B) | 275.53º | 0.47% | 0.87% | - |
| XYZ | 38.12 | 27.76 | 71.76 | - |
| YUV | 147.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 221 | 0.19 | 0.47 | 0 | 0.13 | 275.53 | 0.6 | 0.66 |
| Hex | B3 | 76 | DD | 13 | 2F | 0 | D | 114 | 3C | 42 |
| Octal | 263 | 166 | 335 | 23 | 57 | 0 | 15 | 424 | 74 | 102 |
| Binary | 10110011 | 1110110 | 11011101 | 10011 | 101111 | 0 | 1101 | 100010100 | 111100 | 1000010 |
Color Harmonies of #B376DD
Complementary color
Monochromatic Colors of #B376DD
Black with #B376DD
Text Example
Text Example
White with #B376DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B376DD; }
p { color: rgb(179,118,221); }
H1.HeaderClassName
{
color: #B376DD;
}
.AnyTagClassName
{
color: #B376DD;
}
</style>
background-color css
<style>
a { background-color: #B376DD; }
a { background-color: rgb(179,118,221); }
div.DivClassName
{
background-color: #B376DD;
}
.BgClassName
{
background-color: #B376DD;
}
</style>
border-color css
<style>
span { border-color: #B376DD; }
span { border-color: rgb(179,118,221); }
td.TdClassName
{
border-color: #B376DD;
}
.TagClassName
{
border-color: #B376DD;
}
</style>