#B06EDD

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

Shades of Amethyst #B06EDD

Tints of Amethyst #B06EDD

Color information

#B06EDD (or 0xB06EDD) is unknown color: approx Amethyst. HEX triplet: B0, 6E and DD. RGB value is (176,110,221). Sum of RGB (Red+Green+Blue) = 176+110+221=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #B06EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EDD is #4F9122. Grayscale: #8E8E8E. Windows color (decimal): -5214499 or 14511792. OLE color: 14511792.

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

Color convert

RGB176110221-
CMYK0.200.5000.13
HSL275.68º62.01%64.9%-
HSV(B)275.68º50.23%86.67%-
XYZ36.5325.671.42-
YUV142.39172.37151.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 110 (43.36% from 255) = 21.70%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=34.71%
G=21.70%
B=43.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761102210.200.5000.13275.6862.0164.9
HexB06EDD14320D1143e41
Octal260156335246201542476101
Binary1011000011011101101110110100110010011011000101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EDD; }

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

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

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

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

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

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

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

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