#B06DD6

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

Shades of Amethyst #B06DD6

Tints of Amethyst #B06DD6

Color information

#B06DD6 (or 0xB06DD6) is unknown color: approx Amethyst. HEX triplet: B0, 6D and D6. RGB value is (176,109,214). Sum of RGB (Red+Green+Blue) = 176+109+214=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #B06DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DD6 is #4F9229. Grayscale: #8C8C8C. Windows color (decimal): -5214762 or 14052784. OLE color: 14052784.

HSL color Cylindrical-coordinate representation of color #B06DD6: hue angle of 278.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B06DD6 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176109214-
CMYK0.180.4900.16
HSL278.29º56.15%63.33%-
HSV(B)278.29º49.07%83.92%-
XYZ35.5125.0266.58-
YUV141169.2152.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 109 (42.97% from 255) = 21.84%
BLUE value IS 214 (83.98% from 255) = 42.89%
R=35.27%
G=21.84%
B=42.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761092140.180.4900.16278.2956.1563.33
HexB06DD61231010116383f
Octal26015532622610204267077
Binary1011000011011011101011010010110001010000100010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06DD6; }

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

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

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

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

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

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

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

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