Html Css Color HEX #B166BD Fuchsia

📋 copy color: '#B166BD'

red 177 ◦ green 102 ◦ blue 189

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

Shades of Fuchsia #B166BD

Tints of Fuchsia #B166BD

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

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

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

RGB 177 102 189 -
CMYK 0.06 0.46 0 0.26
HSL 291.72º 0.4% 0.57% -
HSV(B) 291.72º 0.46% 0.74% -
XYZ 32.07 22.52 50.8 -
YUV 134.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 177 102 189 0.06 0.46 0 0.26 291.72 0.4 0.57
Hex B1 66 BD 6 2E 0 1A 124 28 39
Octal 261 146 275 6 56 0 32 444 50 71
Binary 10110001 1100110 10111101 110 101110 0 11010 100100100 101000 111001

Color Harmonies of #B166BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166BD

Black with #B166BD

Text Example


Text Example

White with #B166BD

Text Example


Text Example

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