Html Css Color HEX #B166B7 Fuchsia

📋 copy color: '#B166B7'

red 177 ◦ green 102 ◦ blue 183

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

Shades of Fuchsia #B166B7

Tints of Fuchsia #B166B7

RGB

 RED value IS 177 (69.53% from 255) = 38.31%

 GREEN value IS 102 (40.23% from 255) = 22.08%

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 38.31%
G = 22.08%
B = 39.61%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B166B7 (or 0xB166B7) is known color: Fuchsia. HEX triplet: B1, 66 and B7. RGB value is (177,102,183). Sum of RGB (Red+Green+Blue) = 177+102+183=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 183 - color contains mainly: blue. Hex color #B166B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166B7 is #4E9948. Grayscale: #858585. Windows color (decimal): -5151049 or 12019377. OLE color: 12019377.

HSL color Cylindrical-coordinate representation of color #B166B7: hue angle of 295.56º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B166B7 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 102 183 -
CMYK 0.03 0.44 0 0.28
HSL 295.56º 0.36% 0.56% -
HSV(B) 295.56º 0.44% 0.72% -
XYZ 31.43 22.27 47.44 -
YUV 133.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 177 102 183 0.03 0.44 0 0.28 295.56 0.36 0.56
Hex B1 66 B7 3 2C 0 1C 128 24 38
Octal 261 146 267 3 54 0 34 450 44 70
Binary 10110001 1100110 10110111 11 101100 0 11100 100101000 100100 111000

Color Harmonies of #B166B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166B7

Black with #B166B7

Text Example


Text Example

White with #B166B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166B7; }

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

 H1.HeaderClassName
 {
   color: #B166B7;
 }
 .AnyTagClassName
 {
   color: #B166B7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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