Html Css Color HEX #B166BA Fuchsia

📋 copy color: '#B166BA'

red 177 ◦ green 102 ◦ blue 186

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

Shades of Fuchsia #B166BA

Tints of Fuchsia #B166BA

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

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

RGB 177 102 186 -
CMYK 0.05 0.45 0 0.27
HSL 293.57º 0.38% 0.56% -
HSV(B) 293.57º 0.45% 0.73% -
XYZ 31.75 22.4 49.1 -
YUV 134 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 177 102 186 0.05 0.45 0 0.27 293.57 0.38 0.56
Hex B1 66 BA 5 2D 0 1B 126 26 38
Octal 261 146 272 5 55 0 33 446 46 70
Binary 10110001 1100110 10111010 101 101101 0 11011 100100110 100110 111000

Color Harmonies of #B166BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166BA

Black with #B166BA

Text Example


Text Example

White with #B166BA

Text Example


Text Example

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