Shades of Amethyst #B077DA
Tints of Amethyst #B077DA
RGB
CMYK
RGB Variations
Color information
#B077DA (or 0xB077DA) is known color: Amethyst. HEX triplet: B0, 77 and DA. RGB value is (176,119,218). Sum of RGB (Red+Green+Blue) = 176+119+218=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #B077DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077DA is #4F8825. Grayscale: #929292. Windows color (decimal): -5212198 or 14317488. OLE color: 14317488.
HSL color Cylindrical-coordinate representation of color #B077DA: hue angle of 274.55º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B077DA is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 119 | 218 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.15 |
| HSL | 274.55º | 0.57% | 0.66% | - |
| HSV(B) | 274.55º | 0.45% | 0.85% | - |
| XYZ | 37.16 | 27.49 | 69.68 | - |
| YUV | 147.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 218 | 0.19 | 0.45 | 0 | 0.15 | 274.55 | 0.57 | 0.66 |
| Hex | B0 | 77 | DA | 13 | 2D | 0 | F | 113 | 39 | 42 |
| Octal | 260 | 167 | 332 | 23 | 55 | 0 | 17 | 423 | 71 | 102 |
| Binary | 10110000 | 1110111 | 11011010 | 10011 | 101101 | 0 | 1111 | 100010011 | 111001 | 1000010 |
Color Harmonies of #B077DA
Complementary color
Monochromatic Colors of #B077DA
Black with #B077DA
Text Example
Text Example
White with #B077DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077DA; }
p { color: rgb(176,119,218); }
H1.HeaderClassName
{
color: #B077DA;
}
.AnyTagClassName
{
color: #B077DA;
}
</style>
background-color css
<style>
a { background-color: #B077DA; }
a { background-color: rgb(176,119,218); }
div.DivClassName
{
background-color: #B077DA;
}
.BgClassName
{
background-color: #B077DA;
}
</style>
border-color css
<style>
span { border-color: #B077DA; }
span { border-color: rgb(176,119,218); }
td.TdClassName
{
border-color: #B077DA;
}
.TagClassName
{
border-color: #B077DA;
}
</style>