Html Css Color HEX #B166BC Fuchsia

📋 copy color: '#B166BC'

red 177 ◦ green 102 ◦ blue 188

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

Shades of Fuchsia #B166BC

Tints of Fuchsia #B166BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 37.9%
G = 21.84%
B = 40.26%

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

#B166BC (or 0xB166BC) is known color: Fuchsia. HEX triplet: B1, 66 and BC. RGB value is (177,102,188). Sum of RGB (Red+Green+Blue) = 177+102+188=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #B166BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166BC is #4E9943. Grayscale: #858585. Windows color (decimal): -5151044 or 12347057. OLE color: 12347057.

HSL color Cylindrical-coordinate representation of color #B166BC: hue angle of 292.33º degrees, saturation: 0.39, 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 #B166BC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 102 188 -
CMYK 0.06 0.46 0 0.26
HSL 292.33º 0.39% 0.57% -
HSV(B) 292.33º 0.46% 0.74% -
XYZ 31.96 22.48 50.23 -
YUV 134.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 177 102 188 0.06 0.46 0 0.26 292.33 0.39 0.57
Hex B1 66 BC 6 2E 0 1A 124 27 39
Octal 261 146 274 6 56 0 32 444 47 71
Binary 10110001 1100110 10111100 110 101110 0 11010 100100100 100111 111001

Color Harmonies of #B166BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166BC

Black with #B166BC

Text Example


Text Example

White with #B166BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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