#B166BF

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

Shades of Fuchsia #B166BF

Tints of Fuchsia #B166BF

Color information

#B166BF (or 0xB166BF) is unknown color: approx Fuchsia. HEX triplet: B1, 66 and BF. RGB value is (177,102,191). Sum of RGB (Red+Green+Blue) = 177+102+191=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #B166BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166BF is #4E9940. Grayscale: #868686. Windows color (decimal): -5151041 or 12543665. OLE color: 12543665.

HSL color Cylindrical-coordinate representation of color #B166BF: hue angle of 290.56º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B166BF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177102191-
CMYK0.070.4700.25
HSL290.56º41.01%57.45%-
HSV(B)290.56º46.6%74.9%-
XYZ32.2922.6151.95-
YUV134.57159.85158.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 191 (75% from 255) = 40.64%
R=37.66%
G=21.70%
B=40.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771021910.070.4700.25290.5641.0157.45
HexB166BF72F0191232939
Octal2611462777570314435171
Binary10110001110011010111111111101111011001100100011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166BF; }

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

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

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

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

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

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

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

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