#B16AB5

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

Shades of Fuchsia #B16AB5

Tints of Fuchsia #B16AB5

Color information

#B16AB5 (or 0xB16AB5) is unknown color: approx Fuchsia. HEX triplet: B1, 6A and B5. RGB value is (177,106,181). Sum of RGB (Red+Green+Blue) = 177+106+181=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #B16AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16AB5 is #4E954A. Grayscale: #878787. Windows color (decimal): -5150027 or 11889329. OLE color: 11889329.

HSL color Cylindrical-coordinate representation of color #B16AB5: hue angle of 296.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16AB5 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177106181-
CMYK0.020.4100.29
HSL296.8º33.63%56.27%-
HSV(B)296.8º41.44%70.98%-
XYZ31.6322.9946.49-
YUV135.78153.52157.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=38.15%
G=22.84%
B=39.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771061810.020.4100.29296.833.6356.27
HexB16AB522901D1292238
Octal2611522652510354514270
Binary1011000111010101011010110101001011101100101001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16AB5; }

 p { color: rgb(177,106,181); }

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

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

 a { background-color: rgb(177,106,181); }

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

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

 span { border-color: rgb(177,106,181); }

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