#B16EBA

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

Shades of Fuchsia #B16EBA

Tints of Fuchsia #B16EBA

Color information

#B16EBA (or 0xB16EBA) is unknown color: approx Fuchsia. HEX triplet: B1, 6E and BA. RGB value is (177,110,186). Sum of RGB (Red+Green+Blue) = 177+110+186=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #B16EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16EBA is #4E9145. Grayscale: #8A8A8A. Windows color (decimal): -5148998 or 12218033. OLE color: 12218033.

HSL color Cylindrical-coordinate representation of color #B16EBA: hue angle of 292.89º degrees, saturation: 0.36, 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 #B16EBA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177110186-
CMYK0.050.4100.27
HSL292.89º35.51%58.04%-
HSV(B)292.89º40.86%72.94%-
XYZ32.5724.0449.38-
YUV138.7154.7155.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=37.42%
G=23.26%
B=39.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771101860.050.4100.27292.8935.5158.04
HexB16EBA52901B125243a
Octal2611562725510334454472
Binary10110001110111010111010101101001011011100100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16EBA; }

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

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

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

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

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

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

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

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