#B27ADE

Color #B27ADE Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #B27ADE

Tints of Amethyst #B27ADE

Color information

#B27ADE (or 0xB27ADE) is unknown color: approx Amethyst. HEX triplet: B2, 7A and DE. RGB value is (178,122,222). Sum of RGB (Red+Green+Blue) = 178+122+222=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #B27ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27ADE is #4D8521. Grayscale: #959595. Windows color (decimal): -5080354 or 14580402. OLE color: 14580402.

HSL color Cylindrical-coordinate representation of color #B27ADE: hue angle of 273.6º degrees, saturation: 0.6, 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 #B27ADE is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178122222-
CMYK0.200.4500.13
HSL273.6º60.24%67.45%-
HSV(B)273.6º45.05%87.06%-
XYZ38.528.6672.61-
YUV150.14168.55147.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 222 (87.11% from 255) = 42.53%
R=34.10%
G=23.37%
B=42.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781222220.200.4500.13273.660.2467.45
HexB27ADE142D0D1123c43
Octal262172336245501542274103
Binary1011001011110101101111010100101101011011000100101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27ADE; }

 p { color: rgb(178,122,222); }

 H1.HeaderClassName
 {
   color: #B27ADE;
 }
 .AnyTagClassName
 {
   color: #B27ADE;
 }
</style>
background-color css

<style>
 a { background-color: #B27ADE; }

 a { background-color: rgb(178,122,222); }

 div.DivClassName
 {
   background-color: #B27ADE;
 }
 .BgClassName
 {
   background-color: #B27ADE;
 }
</style>
border-color css

<style>
 span { border-color: #B27ADE; }

 span { border-color: rgb(178,122,222); }

 td.TdClassName
 {
   border-color: #B27ADE;
 }
 .TagClassName
 {
   border-color: #B27ADE;
 }
</style>