#B271DE

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

Shades of Amethyst #B271DE

Tints of Amethyst #B271DE

Color information

#B271DE (or 0xB271DE) is unknown color: approx Amethyst. HEX triplet: B2, 71 and DE. RGB value is (178,113,222). Sum of RGB (Red+Green+Blue) = 178+113+222=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #B271DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271DE is #4D8E21. Grayscale: #909090. Windows color (decimal): -5082658 or 14578098. OLE color: 14578098.

HSL color Cylindrical-coordinate representation of color #B271DE: hue angle of 275.78º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B271DE is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178113222-
CMYK0.200.4900.13
HSL275.78º62.29%65.69%-
HSV(B)275.78º49.1%87.06%-
XYZ37.4526.5572.26-
YUV144.86171.53151.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=34.70%
G=22.03%
B=43.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781132220.200.4900.13275.7862.2965.69
HexB271DE14310D1143e42
Octal262161336246101542476102
Binary1011001011100011101111010100110001011011000101001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B271DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B271DE; }

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

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

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

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

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

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

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

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