Shades of Amethyst #B277DB
Tints of Amethyst #B277DB
RGB
CMYK
RGB Variations
Color information
#B277DB (or 0xB277DB) is known color: Amethyst. HEX triplet: B2, 77 and DB. RGB value is (178,119,219). Sum of RGB (Red+Green+Blue) = 178+119+219=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #B277DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277DB is #4D8824. Grayscale: #939393. Windows color (decimal): -5081125 or 14383026. OLE color: 14383026.
HSL color Cylindrical-coordinate representation of color #B277DB: hue angle of 275.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B277DB is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 119 | 219 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.14 |
| HSL | 275.4º | 0.58% | 0.66% | - |
| HSV(B) | 275.4º | 0.46% | 0.86% | - |
| XYZ | 37.74 | 27.77 | 70.39 | - |
| YUV | 148.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 219 | 0.19 | 0.46 | 0 | 0.14 | 275.4 | 0.58 | 0.66 |
| Hex | B2 | 77 | DB | 13 | 2E | 0 | E | 113 | 3A | 42 |
| Octal | 262 | 167 | 333 | 23 | 56 | 0 | 16 | 423 | 72 | 102 |
| Binary | 10110010 | 1110111 | 11011011 | 10011 | 101110 | 0 | 1110 | 100010011 | 111010 | 1000010 |
Color Harmonies of #B277DB
Complementary color
Monochromatic Colors of #B277DB
Black with #B277DB
Text Example
Text Example
White with #B277DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B277DB; }
p { color: rgb(178,119,219); }
H1.HeaderClassName
{
color: #B277DB;
}
.AnyTagClassName
{
color: #B277DB;
}
</style>
background-color css
<style>
a { background-color: #B277DB; }
a { background-color: rgb(178,119,219); }
div.DivClassName
{
background-color: #B277DB;
}
.BgClassName
{
background-color: #B277DB;
}
</style>
border-color css
<style>
span { border-color: #B277DB; }
span { border-color: rgb(178,119,219); }
td.TdClassName
{
border-color: #B277DB;
}
.TagClassName
{
border-color: #B277DB;
}
</style>