Shades of Amethyst #B077DF
Tints of Amethyst #B077DF
RGB
CMYK
RGB Variations
Color information
#B077DF (or 0xB077DF) is known color: Amethyst. HEX triplet: B0, 77 and DF. RGB value is (176,119,223). Sum of RGB (Red+Green+Blue) = 176+119+223=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #B077DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077DF is #4F8820. Grayscale: #939393. Windows color (decimal): -5212193 or 14645168. OLE color: 14645168.
HSL color Cylindrical-coordinate representation of color #B077DF: hue angle of 272.88º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B077DF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 119 | 223 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.13 |
| HSL | 272.88º | 0.62% | 0.67% | - |
| HSV(B) | 272.88º | 0.47% | 0.87% | - |
| XYZ | 37.82 | 27.75 | 73.18 | - |
| YUV | 147.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 223 | 0.21 | 0.47 | 0 | 0.13 | 272.88 | 0.62 | 0.67 |
| Hex | B0 | 77 | DF | 15 | 2F | 0 | D | 111 | 3E | 43 |
| Octal | 260 | 167 | 337 | 25 | 57 | 0 | 15 | 421 | 76 | 103 |
| Binary | 10110000 | 1110111 | 11011111 | 10101 | 101111 | 0 | 1101 | 100010001 | 111110 | 1000011 |
Color Harmonies of #B077DF
Complementary color
Monochromatic Colors of #B077DF
Black with #B077DF
Text Example
Text Example
White with #B077DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077DF; }
p { color: rgb(176,119,223); }
H1.HeaderClassName
{
color: #B077DF;
}
.AnyTagClassName
{
color: #B077DF;
}
</style>
background-color css
<style>
a { background-color: #B077DF; }
a { background-color: rgb(176,119,223); }
div.DivClassName
{
background-color: #B077DF;
}
.BgClassName
{
background-color: #B077DF;
}
</style>
border-color css
<style>
span { border-color: #B077DF; }
span { border-color: rgb(176,119,223); }
td.TdClassName
{
border-color: #B077DF;
}
.TagClassName
{
border-color: #B077DF;
}
</style>