#B16ABB

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

Shades of Fuchsia #B16ABB

Tints of Fuchsia #B16ABB

Color information

#B16ABB (or 0xB16ABB) is unknown color: approx Fuchsia. HEX triplet: B1, 6A and BB. RGB value is (177,106,187). Sum of RGB (Red+Green+Blue) = 177+106+187=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #B16ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ABB is #4E9544. Grayscale: #888888. Windows color (decimal): -5150021 or 12282545. OLE color: 12282545.

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

Color convert

RGB177106187-
CMYK0.050.4300.27
HSL292.59º37.33%57.45%-
HSV(B)292.59º43.32%73.33%-
XYZ32.2623.2449.8-
YUV136.46156.52156.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 106 (41.80% from 255) = 22.55%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=37.66%
G=22.55%
B=39.79%

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
Decimal1771061870.050.4300.27292.5937.3357.45
HexB16ABB52B01B1252539
Octal2611522735530334454571
Binary10110001110101010111011101101011011011100100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16ABB; }

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

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

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

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

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

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

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

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