Shades of Amethyst #B378DD
Tints of Amethyst #B378DD
RGB
CMYK
RGB Variations
Color information
#B378DD (or 0xB378DD) is known color: Amethyst. HEX triplet: B3, 78 and DD. RGB value is (179,120,221). Sum of RGB (Red+Green+Blue) = 179+120+221=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #B378DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378DD is #4C8722. Grayscale: #949494. Windows color (decimal): -5015331 or 14514355. OLE color: 14514355.
HSL color Cylindrical-coordinate representation of color #B378DD: hue angle of 275.05º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B378DD is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 120 | 221 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.13 |
| HSL | 275.05º | 0.6% | 0.67% | - |
| HSV(B) | 275.05º | 0.46% | 0.87% | - |
| XYZ | 38.36 | 28.24 | 71.84 | - |
| YUV | 149.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 221 | 0.19 | 0.46 | 0 | 0.13 | 275.05 | 0.6 | 0.67 |
| Hex | B3 | 78 | DD | 13 | 2E | 0 | D | 113 | 3C | 43 |
| Octal | 263 | 170 | 335 | 23 | 56 | 0 | 15 | 423 | 74 | 103 |
| Binary | 10110011 | 1111000 | 11011101 | 10011 | 101110 | 0 | 1101 | 100010011 | 111100 | 1000011 |
Color Harmonies of #B378DD
Complementary color
Monochromatic Colors of #B378DD
Black with #B378DD
Text Example
Text Example
White with #B378DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378DD; }
p { color: rgb(179,120,221); }
H1.HeaderClassName
{
color: #B378DD;
}
.AnyTagClassName
{
color: #B378DD;
}
</style>
background-color css
<style>
a { background-color: #B378DD; }
a { background-color: rgb(179,120,221); }
div.DivClassName
{
background-color: #B378DD;
}
.BgClassName
{
background-color: #B378DD;
}
</style>
border-color css
<style>
span { border-color: #B378DD; }
span { border-color: rgb(179,120,221); }
td.TdClassName
{
border-color: #B378DD;
}
.TagClassName
{
border-color: #B378DD;
}
</style>