#B166BD

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

Shades of Fuchsia #B166BD

Tints of Fuchsia #B166BD

Color information

#B166BD (or 0xB166BD) is unknown color: approx Fuchsia. HEX triplet: B1, 66 and BD. RGB value is (177,102,189). Sum of RGB (Red+Green+Blue) = 177+102+189=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #B166BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166BD is #4E9942. Grayscale: #868686. Windows color (decimal): -5151043 or 12412593. OLE color: 12412593.

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

Color convert

RGB177102189-
CMYK0.060.4600.26
HSL291.72º39.73%57.06%-
HSV(B)291.72º46.03%74.12%-
XYZ32.0722.5250.8-
YUV134.34158.85158.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=37.82%
G=21.79%
B=40.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771021890.060.4600.26291.7239.7357.06
HexB166BD62E01A1242839
Octal2611462756560324445071
Binary10110001110011010111101110101110011010100100100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166BD; }

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

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

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

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

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

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

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

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