#B166BE

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

Shades of Fuchsia #B166BE

Tints of Fuchsia #B166BE

Color information

#B166BE (or 0xB166BE) is unknown color: approx Fuchsia. HEX triplet: B1, 66 and BE. RGB value is (177,102,190). Sum of RGB (Red+Green+Blue) = 177+102+190=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #B166BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166BE is #4E9941. Grayscale: #868686. Windows color (decimal): -5151042 or 12478129. OLE color: 12478129.

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

Color convert

RGB177102190-
CMYK0.070.4600.25
HSL291.14º40.37%57.25%-
HSV(B)291.14º46.32%74.51%-
XYZ32.1822.5751.38-
YUV134.46159.35158.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=37.74%
G=21.75%
B=40.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771021900.070.4600.25291.1440.3757.25
HexB166BE72E0191232839
Octal2611462767560314435071
Binary10110001110011010111110111101110011001100100011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166BE; }

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

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

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

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

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

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

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

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