Shades of Amethyst #B378DF
Tints of Amethyst #B378DF
RGB
CMYK
RGB Variations
Color information
#B378DF (or 0xB378DF) is known color: Amethyst. HEX triplet: B3, 78 and DF. RGB value is (179,120,223). Sum of RGB (Red+Green+Blue) = 179+120+223=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #B378DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378DF is #4C8720. Grayscale: #959595. Windows color (decimal): -5015329 or 14645427. OLE color: 14645427.
HSL color Cylindrical-coordinate representation of color #B378DF: hue angle of 274.37º degrees, saturation: 0.62, 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 #B378DF is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 120 | 223 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.13 |
| HSL | 274.37º | 0.62% | 0.67% | - |
| HSV(B) | 274.37º | 0.46% | 0.87% | - |
| XYZ | 38.63 | 28.34 | 73.25 | - |
| YUV | 149.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 223 | 0.20 | 0.46 | 0 | 0.13 | 274.37 | 0.62 | 0.67 |
| Hex | B3 | 78 | DF | 14 | 2E | 0 | D | 112 | 3E | 43 |
| Octal | 263 | 170 | 337 | 24 | 56 | 0 | 15 | 422 | 76 | 103 |
| Binary | 10110011 | 1111000 | 11011111 | 10100 | 101110 | 0 | 1101 | 100010010 | 111110 | 1000011 |
Color Harmonies of #B378DF
Complementary color
Monochromatic Colors of #B378DF
Black with #B378DF
Text Example
Text Example
White with #B378DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378DF; }
p { color: rgb(179,120,223); }
H1.HeaderClassName
{
color: #B378DF;
}
.AnyTagClassName
{
color: #B378DF;
}
</style>
background-color css
<style>
a { background-color: #B378DF; }
a { background-color: rgb(179,120,223); }
div.DivClassName
{
background-color: #B378DF;
}
.BgClassName
{
background-color: #B378DF;
}
</style>
border-color css
<style>
span { border-color: #B378DF; }
span { border-color: rgb(179,120,223); }
td.TdClassName
{
border-color: #B378DF;
}
.TagClassName
{
border-color: #B378DF;
}
</style>