#B06DE2

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

Shades of Amethyst #B06DE2

Tints of Amethyst #B06DE2

Color information

#B06DE2 (or 0xB06DE2) is unknown color: approx Amethyst. HEX triplet: B0, 6D and E2. RGB value is (176,109,226). Sum of RGB (Red+Green+Blue) = 176+109+226=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 226 (88.67% from 255 or 44.23% from 511); Max value from RGB is 226 - color contains mainly: blue. Hex color #B06DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DE2 is #4F921D. Grayscale: #8D8D8D. Windows color (decimal): -5214750 or 14839216. OLE color: 14839216.

HSL color Cylindrical-coordinate representation of color #B06DE2: hue angle of 274.36º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06DE2 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB176109226-
CMYK0.220.5200.11
HSL274.36º66.86%65.69%-
HSV(B)274.36º51.77%88.63%-
XYZ37.125.6674.95-
YUV142.37175.2151.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 109 (42.97% from 255) = 21.33%
BLUE value IS 226 (88.67% from 255) = 44.23%
R=34.44%
G=21.33%
B=44.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1761092260.220.5200.11274.3666.8665.69
HexB06DE216340B1124342
Octal2601553422664013422103102
Binary10110000110110111100010101101101000101110001001010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06DE2; }

 p { color: rgb(176,109,226); }

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

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

 a { background-color: rgb(176,109,226); }

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

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

 span { border-color: rgb(176,109,226); }

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