#B06EDA

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

Shades of Amethyst #B06EDA

Tints of Amethyst #B06EDA

Color information

#B06EDA (or 0xB06EDA) is unknown color: approx Amethyst. HEX triplet: B0, 6E and DA. RGB value is (176,110,218). Sum of RGB (Red+Green+Blue) = 176+110+218=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #B06EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EDA is #4F9125. Grayscale: #8D8D8D. Windows color (decimal): -5214502 or 14315184. OLE color: 14315184.

HSL color Cylindrical-coordinate representation of color #B06EDA: hue angle of 276.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06EDA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176110218-
CMYK0.190.5000.15
HSL276.67º59.34%64.31%-
HSV(B)276.67º49.54%85.49%-
XYZ36.1425.4469.34-
YUV142.05170.87152.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 110 (43.36% from 255) = 21.83%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=34.92%
G=21.83%
B=43.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761102180.190.5000.15276.6759.3464.31
HexB06EDA13320F1153b40
Octal260156332236201742573100
Binary1011000011011101101101010011110010011111000101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EDA; }

 p { color: rgb(176,110,218); }

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

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

 a { background-color: rgb(176,110,218); }

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

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

 span { border-color: rgb(176,110,218); }

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