#B16ABA

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

Shades of Fuchsia #B16ABA

Tints of Fuchsia #B16ABA

Color information

#B16ABA (or 0xB16ABA) is unknown color: approx Fuchsia. HEX triplet: B1, 6A and BA. RGB value is (177,106,186). Sum of RGB (Red+Green+Blue) = 177+106+186=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #B16ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ABA is #4E9545. Grayscale: #888888. Windows color (decimal): -5150022 or 12217009. OLE color: 12217009.

HSL color Cylindrical-coordinate representation of color #B16ABA: hue angle of 293.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B16ABA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177106186-
CMYK0.050.4300.27
HSL293.25º36.7%57.25%-
HSV(B)293.25º43.01%72.94%-
XYZ32.1523.249.24-
YUV136.35156.02157-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 106 (41.80% from 255) = 22.60%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=37.74%
G=22.60%
B=39.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771061860.050.4300.27293.2536.757.25
HexB16ABA52B01B1252539
Octal2611522725530334454571
Binary10110001110101010111010101101011011011100100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16ABA; }

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

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

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

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

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

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

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

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