Shades of Amethyst #B077DD
Tints of Amethyst #B077DD
RGB
CMYK
RGB Variations
Color information
#B077DD (or 0xB077DD) is known color: Amethyst. HEX triplet: B0, 77 and DD. RGB value is (176,119,221). Sum of RGB (Red+Green+Blue) = 176+119+221=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #B077DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077DD is #4F8822. Grayscale: #939393. Windows color (decimal): -5212195 or 14514096. OLE color: 14514096.
HSL color Cylindrical-coordinate representation of color #B077DD: hue angle of 273.53º degrees, saturation: 0.6, 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 #B077DD is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 119 | 221 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.13 |
| HSL | 273.53º | 0.6% | 0.67% | - |
| HSV(B) | 273.53º | 0.46% | 0.87% | - |
| XYZ | 37.55 | 27.64 | 71.76 | - |
| YUV | 147.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 221 | 0.20 | 0.46 | 0 | 0.13 | 273.53 | 0.6 | 0.67 |
| Hex | B0 | 77 | DD | 14 | 2E | 0 | D | 112 | 3C | 43 |
| Octal | 260 | 167 | 335 | 24 | 56 | 0 | 15 | 422 | 74 | 103 |
| Binary | 10110000 | 1110111 | 11011101 | 10100 | 101110 | 0 | 1101 | 100010010 | 111100 | 1000011 |
Color Harmonies of #B077DD
Complementary color
Monochromatic Colors of #B077DD
Black with #B077DD
Text Example
Text Example
White with #B077DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077DD; }
p { color: rgb(176,119,221); }
H1.HeaderClassName
{
color: #B077DD;
}
.AnyTagClassName
{
color: #B077DD;
}
</style>
background-color css
<style>
a { background-color: #B077DD; }
a { background-color: rgb(176,119,221); }
div.DivClassName
{
background-color: #B077DD;
}
.BgClassName
{
background-color: #B077DD;
}
</style>
border-color css
<style>
span { border-color: #B077DD; }
span { border-color: rgb(176,119,221); }
td.TdClassName
{
border-color: #B077DD;
}
.TagClassName
{
border-color: #B077DD;
}
</style>