#B16DB9

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

Shades of Fuchsia #B16DB9

Tints of Fuchsia #B16DB9

Color information

#B16DB9 (or 0xB16DB9) is unknown color: approx Fuchsia. HEX triplet: B1, 6D and B9. RGB value is (177,109,185). Sum of RGB (Red+Green+Blue) = 177+109+185=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #B16DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DB9 is #4E9246. Grayscale: #898989. Windows color (decimal): -5149255 or 12152241. OLE color: 12152241.

HSL color Cylindrical-coordinate representation of color #B16DB9: hue angle of 293.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16DB9 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177109185-
CMYK0.040.4100.27
HSL293.68º35.19%57.65%-
HSV(B)293.68º41.08%72.55%-
XYZ32.3623.7948.78-
YUV138154.53155.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 185 (72.66% from 255) = 39.28%
R=37.58%
G=23.14%
B=39.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771091850.040.4100.27293.6835.1957.65
HexB16DB942901B126233a
Octal2611552714510334464372
Binary10110001110110110111001100101001011011100100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DB9; }

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

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

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

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

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

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

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

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