#B166B9

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

Shades of Fuchsia #B166B9

Tints of Fuchsia #B166B9

Color information

#B166B9 (or 0xB166B9) is unknown color: approx Fuchsia. HEX triplet: B1, 66 and B9. RGB value is (177,102,185). Sum of RGB (Red+Green+Blue) = 177+102+185=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #B166B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166B9 is #4E9946. Grayscale: #858585. Windows color (decimal): -5151047 or 12150449. OLE color: 12150449.

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

Color convert

RGB177102185-
CMYK0.040.4500.27
HSL294.22º37.22%56.27%-
HSV(B)294.22º44.86%72.55%-
XYZ31.6422.3548.55-
YUV133.89156.85158.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 185 (72.66% from 255) = 39.87%
R=38.15%
G=21.98%
B=39.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771021850.040.4500.27294.2237.2256.27
HexB166B942D01B1262538
Octal2611462714550334464570
Binary10110001110011010111001100101101011011100100110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166B9; }

 p { color: rgb(177,102,185); }

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

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

 a { background-color: rgb(177,102,185); }

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

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

 span { border-color: rgb(177,102,185); }

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