#B16DDB

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

Shades of Amethyst #B16DDB

Tints of Amethyst #B16DDB

Color information

#B16DDB (or 0xB16DDB) is unknown color: approx Amethyst. HEX triplet: B1, 6D and DB. RGB value is (177,109,219). Sum of RGB (Red+Green+Blue) = 177+109+219=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #B16DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DDB is #4E9224. Grayscale: #8D8D8D. Windows color (decimal): -5149221 or 14380465. OLE color: 14380465.

HSL color Cylindrical-coordinate representation of color #B16DDB: hue angle of 277.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16DDB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177109219-
CMYK0.190.5000.14
HSL277.09º60.44%64.31%-
HSV(B)277.09º50.23%85.88%-
XYZ36.3925.470-
YUV141.87171.53153.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 109 (42.97% from 255) = 21.58%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=35.05%
G=21.58%
B=43.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771092190.190.5000.14277.0960.4464.31
HexB16DDB13320E1153c40
Octal261155333236201642574100
Binary1011000111011011101101110011110010011101000101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DDB; }

 p { color: rgb(177,109,219); }

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

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

 a { background-color: rgb(177,109,219); }

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

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

 span { border-color: rgb(177,109,219); }

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