Shades of Amethyst #B27ADD
Tints of Amethyst #B27ADD
RGB
CMYK
RGB Variations
Color information
#B27ADD (or 0xB27ADD) is known color: Amethyst. HEX triplet: B2, 7A and DD. RGB value is (178,122,221). Sum of RGB (Red+Green+Blue) = 178+122+221=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #B27ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27ADD is #4D8522. Grayscale: #959595. Windows color (decimal): -5080355 or 14514866. OLE color: 14514866.
HSL color Cylindrical-coordinate representation of color #B27ADD: hue angle of 273.94º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B27ADD is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 122 | 221 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.13 |
| HSL | 273.94º | 0.59% | 0.67% | - |
| HSV(B) | 273.94º | 0.45% | 0.87% | - |
| XYZ | 38.37 | 28.6 | 71.91 | - |
| YUV | 150.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 221 | 0.19 | 0.45 | 0 | 0.13 | 273.94 | 0.59 | 0.67 |
| Hex | B2 | 7A | DD | 13 | 2D | 0 | D | 112 | 3B | 43 |
| Octal | 262 | 172 | 335 | 23 | 55 | 0 | 15 | 422 | 73 | 103 |
| Binary | 10110010 | 1111010 | 11011101 | 10011 | 101101 | 0 | 1101 | 100010010 | 111011 | 1000011 |
Color Harmonies of #B27ADD
Complementary color
Monochromatic Colors of #B27ADD
Black with #B27ADD
Text Example
Text Example
White with #B27ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27ADD; }
p { color: rgb(178,122,221); }
H1.HeaderClassName
{
color: #B27ADD;
}
.AnyTagClassName
{
color: #B27ADD;
}
</style>
background-color css
<style>
a { background-color: #B27ADD; }
a { background-color: rgb(178,122,221); }
div.DivClassName
{
background-color: #B27ADD;
}
.BgClassName
{
background-color: #B27ADD;
}
</style>
border-color css
<style>
span { border-color: #B27ADD; }
span { border-color: rgb(178,122,221); }
td.TdClassName
{
border-color: #B27ADD;
}
.TagClassName
{
border-color: #B27ADD;
}
</style>