Shades of Amethyst #B078DF
Tints of Amethyst #B078DF
RGB
CMYK
RGB Variations
Color information
#B078DF (or 0xB078DF) is known color: Amethyst. HEX triplet: B0, 78 and DF. RGB value is (176,120,223). Sum of RGB (Red+Green+Blue) = 176+120+223=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #B078DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078DF is #4F8720. Grayscale: #949494. Windows color (decimal): -5211937 or 14645424. OLE color: 14645424.
HSL color Cylindrical-coordinate representation of color #B078DF: hue angle of 272.62º 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 #B078DF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 120 | 223 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.13 |
| HSL | 272.62º | 0.62% | 0.67% | - |
| HSV(B) | 272.62º | 0.46% | 0.87% | - |
| XYZ | 37.94 | 27.99 | 73.22 | - |
| YUV | 148.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 223 | 0.21 | 0.46 | 0 | 0.13 | 272.62 | 0.62 | 0.67 |
| Hex | B0 | 78 | DF | 15 | 2E | 0 | D | 111 | 3E | 43 |
| Octal | 260 | 170 | 337 | 25 | 56 | 0 | 15 | 421 | 76 | 103 |
| Binary | 10110000 | 1111000 | 11011111 | 10101 | 101110 | 0 | 1101 | 100010001 | 111110 | 1000011 |
Color Harmonies of #B078DF
Complementary color
Monochromatic Colors of #B078DF
Black with #B078DF
Text Example
Text Example
White with #B078DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078DF; }
p { color: rgb(176,120,223); }
H1.HeaderClassName
{
color: #B078DF;
}
.AnyTagClassName
{
color: #B078DF;
}
</style>
background-color css
<style>
a { background-color: #B078DF; }
a { background-color: rgb(176,120,223); }
div.DivClassName
{
background-color: #B078DF;
}
.BgClassName
{
background-color: #B078DF;
}
</style>
border-color css
<style>
span { border-color: #B078DF; }
span { border-color: rgb(176,120,223); }
td.TdClassName
{
border-color: #B078DF;
}
.TagClassName
{
border-color: #B078DF;
}
</style>