Shades of Amethyst #B277DC
Tints of Amethyst #B277DC
RGB
CMYK
RGB Variations
Color information
#B277DC (or 0xB277DC) is known color: Amethyst. HEX triplet: B2, 77 and DC. RGB value is (178,119,220). Sum of RGB (Red+Green+Blue) = 178+119+220=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #B277DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277DC is #4D8823. Grayscale: #939393. Windows color (decimal): -5081124 or 14448562. OLE color: 14448562.
HSL color Cylindrical-coordinate representation of color #B277DC: hue angle of 275.05º degrees, saturation: 0.59, 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 #B277DC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 119 | 220 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.14 |
| HSL | 275.05º | 0.59% | 0.66% | - |
| HSV(B) | 275.05º | 0.46% | 0.86% | - |
| XYZ | 37.88 | 27.83 | 71.08 | - |
| YUV | 148.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 220 | 0.19 | 0.46 | 0 | 0.14 | 275.05 | 0.59 | 0.66 |
| Hex | B2 | 77 | DC | 13 | 2E | 0 | E | 113 | 3B | 42 |
| Octal | 262 | 167 | 334 | 23 | 56 | 0 | 16 | 423 | 73 | 102 |
| Binary | 10110010 | 1110111 | 11011100 | 10011 | 101110 | 0 | 1110 | 100010011 | 111011 | 1000010 |
Color Harmonies of #B277DC
Complementary color
Monochromatic Colors of #B277DC
Black with #B277DC
Text Example
Text Example
White with #B277DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B277DC; }
p { color: rgb(178,119,220); }
H1.HeaderClassName
{
color: #B277DC;
}
.AnyTagClassName
{
color: #B277DC;
}
</style>
background-color css
<style>
a { background-color: #B277DC; }
a { background-color: rgb(178,119,220); }
div.DivClassName
{
background-color: #B277DC;
}
.BgClassName
{
background-color: #B277DC;
}
</style>
border-color css
<style>
span { border-color: #B277DC; }
span { border-color: rgb(178,119,220); }
td.TdClassName
{
border-color: #B277DC;
}
.TagClassName
{
border-color: #B277DC;
}
</style>