#B06ECF

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

Shades of Amethyst #B06ECF

Tints of Amethyst #B06ECF

Color information

#B06ECF (or 0xB06ECF) is unknown color: approx Amethyst. HEX triplet: B0, 6E and CF. RGB value is (176,110,207). Sum of RGB (Red+Green+Blue) = 176+110+207=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #B06ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ECF is #4F9130. Grayscale: #8C8C8C. Windows color (decimal): -5214513 or 13594288. OLE color: 13594288.

HSL color Cylindrical-coordinate representation of color #B06ECF: hue angle of 280.82º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B06ECF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176110207-
CMYK0.150.4700.19
HSL280.82º50.26%62.16%-
HSV(B)280.82º46.86%81.18%-
XYZ34.7424.8962-
YUV140.79165.37153.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 110 (43.36% from 255) = 22.31%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=35.70%
G=22.31%
B=41.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761102070.150.4700.19280.8250.2662.16
HexB06ECFF2F013119323e
Octal26015631717570234316276
Binary101100001101110110011111111101111010011100011001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06ECF; }

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

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

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

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

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

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

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

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