#b166ba

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

Shades of Fuchsia #B166BA

Tints of Fuchsia #B166BA

Color information

#B166BA (or 0xB166BA) is unknown color: approx Fuchsia. HEX triplet: B1, 66 and BA. RGB value is (177,102,186). Sum of RGB (Red+Green+Blue) = 177+102+186=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #B166BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166BA is #4E9945. Grayscale: #858585. Windows color (decimal): -5151046 or 12215985. OLE color: 12215985.

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

Color convert

RGB177102186-
CMYK0.050.4500.27
HSL293.57º37.84%56.47%-
HSV(B)293.57º45.16%72.94%-
XYZ31.7522.449.1-
YUV134157.35158.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 102 (40.23% from 255) = 21.94%
BLUE value IS 186 (73.05% from 255) = 40%
R=38.06%
G=21.94%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771021860.050.4500.27293.5737.8456.47
HexB166BA52D01B1262638
Octal2611462725550334464670
Binary10110001110011010111010101101101011011100100110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b166ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b166ba; }

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

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

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

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

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

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

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

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