#B06DD9

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

Shades of Amethyst #B06DD9

Tints of Amethyst #B06DD9

Color information

#B06DD9 (or 0xB06DD9) is unknown color: approx Amethyst. HEX triplet: B0, 6D and D9. RGB value is (176,109,217). Sum of RGB (Red+Green+Blue) = 176+109+217=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #B06DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DD9 is #4F9226. Grayscale: #8C8C8C. Windows color (decimal): -5214759 or 14249392. OLE color: 14249392.

HSL color Cylindrical-coordinate representation of color #B06DD9: hue angle of 277.22º 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 #B06DD9 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176109217-
CMYK0.190.5000.15
HSL277.22º58.7%63.92%-
HSV(B)277.22º49.77%85.1%-
XYZ35.925.1868.61-
YUV141.34170.7152.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 109 (42.97% from 255) = 21.71%
BLUE value IS 217 (85.16% from 255) = 43.23%
R=35.06%
G=21.71%
B=43.23%

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
Decimal1761092170.190.5000.15277.2258.763.92
HexB06DD913320F1153b40
Octal260155331236201742573100
Binary1011000011011011101100110011110010011111000101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06DD9; }

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

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

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

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

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

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

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

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