Shades of Amethyst #B27ADC
Tints of Amethyst #B27ADC
RGB
CMYK
RGB Variations
Color information
#B27ADC (or 0xB27ADC) is known color: Amethyst. HEX triplet: B2, 7A and DC. RGB value is (178,122,220). Sum of RGB (Red+Green+Blue) = 178+122+220=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #B27ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27ADC is #4D8523. Grayscale: #959595. Windows color (decimal): -5080356 or 14449330. OLE color: 14449330.
HSL color Cylindrical-coordinate representation of color #B27ADC: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B27ADC is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 122 | 220 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.14 |
| HSL | 274.29º | 0.58% | 0.67% | - |
| HSV(B) | 274.29º | 0.45% | 0.86% | - |
| XYZ | 38.24 | 28.55 | 71.21 | - |
| YUV | 149.92 | 167.55 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 220 | 0.19 | 0.45 | 0 | 0.14 | 274.29 | 0.58 | 0.67 |
| Hex | B2 | 7A | DC | 13 | 2D | 0 | E | 112 | 3A | 43 |
| Octal | 262 | 172 | 334 | 23 | 55 | 0 | 16 | 422 | 72 | 103 |
| Binary | 10110010 | 1111010 | 11011100 | 10011 | 101101 | 0 | 1110 | 100010010 | 111010 | 1000011 |
Color Harmonies of #B27ADC
Complementary color
Monochromatic Colors of #B27ADC
Black with #B27ADC
Text Example
Text Example
White with #B27ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27ADC; }
p { color: rgb(178,122,220); }
H1.HeaderClassName
{
color: #B27ADC;
}
.AnyTagClassName
{
color: #B27ADC;
}
</style>
background-color css
<style>
a { background-color: #B27ADC; }
a { background-color: rgb(178,122,220); }
div.DivClassName
{
background-color: #B27ADC;
}
.BgClassName
{
background-color: #B27ADC;
}
</style>
border-color css
<style>
span { border-color: #B27ADC; }
span { border-color: rgb(178,122,220); }
td.TdClassName
{
border-color: #B27ADC;
}
.TagClassName
{
border-color: #B27ADC;
}
</style>