Shades of Amethyst #B378DC
Tints of Amethyst #B378DC
RGB
CMYK
RGB Variations
Color information
#B378DC (or 0xB378DC) is known color: Amethyst. HEX triplet: B3, 78 and DC. RGB value is (179,120,220). Sum of RGB (Red+Green+Blue) = 179+120+220=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #B378DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378DC is #4C8723. Grayscale: #949494. Windows color (decimal): -5015332 or 14448819. OLE color: 14448819.
HSL color Cylindrical-coordinate representation of color #B378DC: hue angle of 275.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B378DC is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 120 | 220 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.14 |
| HSL | 275.4º | 0.59% | 0.67% | - |
| HSV(B) | 275.4º | 0.45% | 0.86% | - |
| XYZ | 38.23 | 28.18 | 71.14 | - |
| YUV | 149.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 220 | 0.19 | 0.45 | 0 | 0.14 | 275.4 | 0.59 | 0.67 |
| Hex | B3 | 78 | DC | 13 | 2D | 0 | E | 113 | 3B | 43 |
| Octal | 263 | 170 | 334 | 23 | 55 | 0 | 16 | 423 | 73 | 103 |
| Binary | 10110011 | 1111000 | 11011100 | 10011 | 101101 | 0 | 1110 | 100010011 | 111011 | 1000011 |
Color Harmonies of #B378DC
Complementary color
Monochromatic Colors of #B378DC
Black with #B378DC
Text Example
Text Example
White with #B378DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378DC; }
p { color: rgb(179,120,220); }
H1.HeaderClassName
{
color: #B378DC;
}
.AnyTagClassName
{
color: #B378DC;
}
</style>
background-color css
<style>
a { background-color: #B378DC; }
a { background-color: rgb(179,120,220); }
div.DivClassName
{
background-color: #B378DC;
}
.BgClassName
{
background-color: #B378DC;
}
</style>
border-color css
<style>
span { border-color: #B378DC; }
span { border-color: rgb(179,120,220); }
td.TdClassName
{
border-color: #B378DC;
}
.TagClassName
{
border-color: #B378DC;
}
</style>