Html Css Color HEX #B166B9 Fuchsia

📋 copy color: '#B166B9'

red 177 ◦ green 102 ◦ blue 185

#B166B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B166B9

Tints of Fuchsia #B166B9

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 value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B166B9 (or 0xB166B9) is known color: 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

RGB 177 102 185 -
CMYK 0.04 0.45 0 0.27
HSL 294.22º 0.37% 0.56% -
HSV(B) 294.22º 0.45% 0.73% -
XYZ 31.64 22.35 48.55 -
YUV 133.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 177 102 185 0.04 0.45 0 0.27 294.22 0.37 0.56
Hex B1 66 B9 4 2D 0 1B 126 25 38
Octal 261 146 271 4 55 0 33 446 45 70
Binary 10110001 1100110 10111001 100 101101 0 11011 100100110 100101 111000

Color Harmonies of #B166B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166B9

Black with #B166B9

Text Example


Text Example

White with #B166B9

Text Example


Text Example

HTML Codes & Css Web 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>