#B16EBD

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

Shades of Fuchsia #B16EBD

Tints of Fuchsia #B16EBD

Color information

#B16EBD (or 0xB16EBD) is unknown color: approx Fuchsia. HEX triplet: B1, 6E and BD. RGB value is (177,110,189). Sum of RGB (Red+Green+Blue) = 177+110+189=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #B16EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16EBD is #4E9142. Grayscale: #8A8A8A. Windows color (decimal): -5148995 or 12414641. OLE color: 12414641.

HSL color Cylindrical-coordinate representation of color #B16EBD: hue angle of 290.89º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16EBD is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177110189-
CMYK0.060.4200.26
HSL290.89º37.44%58.63%-
HSV(B)290.89º41.8%74.12%-
XYZ32.8924.1751.08-
YUV139.04156.2155.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=37.18%
G=23.11%
B=39.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771101890.060.4200.26290.8937.4458.63
HexB16EBD62A01A123253b
Octal2611562756520324434573
Binary10110001110111010111101110101010011010100100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16EBD; }

 p { color: rgb(177,110,189); }

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

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

 a { background-color: rgb(177,110,189); }

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

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

 span { border-color: rgb(177,110,189); }

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