#b06de5

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

Shades of Amethyst #B06DE5

Tints of Amethyst #B06DE5

Color information

#B06DE5 (or 0xB06DE5) is unknown color: approx Amethyst. HEX triplet: B0, 6D and E5. RGB value is (176,109,229). Sum of RGB (Red+Green+Blue) = 176+109+229=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #B06DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DE5 is #4F921A. Grayscale: #8E8E8E. Windows color (decimal): -5214747 or 15035824. OLE color: 15035824.

HSL color Cylindrical-coordinate representation of color #B06DE5: hue angle of 273.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06DE5 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176109229-
CMYK0.230.5200.10
HSL273.5º69.77%66.27%-
HSV(B)273.5º52.4%89.8%-
XYZ37.5225.8277.14-
YUV142.71176.7151.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 109 (42.97% from 255) = 21.21%
BLUE value IS 229 (89.84% from 255) = 44.55%
R=34.24%
G=21.21%
B=44.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761092290.230.5200.10273.569.7766.27
HexB06DE517340A1124642
Octal2601553452764012422106102
Binary10110000110110111100101101111101000101010001001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06de5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06de5; }

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

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

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

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

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

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

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

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