#B16FB6

Color #B16FB6 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B16FB6

Tints of Fuchsia #B16FB6

Color information

#B16FB6 (or 0xB16FB6) is unknown color: approx Fuchsia. HEX triplet: B1, 6F and B6. RGB value is (177,111,182). Sum of RGB (Red+Green+Blue) = 177+111+182=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #B16FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FB6 is #4E9049. Grayscale: #8A8A8A. Windows color (decimal): -5148746 or 11956145. OLE color: 11956145.

HSL color Cylindrical-coordinate representation of color #B16FB6: hue angle of 295.77º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16FB6 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177111182-
CMYK0.030.3900.29
HSL295.77º32.72%57.45%-
HSV(B)295.77º39.01%71.37%-
XYZ32.2624.0947.21-
YUV138.83152.37155.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=37.66%
G=23.62%
B=38.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771111820.030.3900.29295.7732.7257.45
HexB16FB632701D1282139
Octal2611572663470354504171
Binary1011000111011111011011011100111011101100101000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16FB6; }

 p { color: rgb(177,111,182); }

 H1.HeaderClassName
 {
   color: #B16FB6;
 }
 .AnyTagClassName
 {
   color: #B16FB6;
 }
</style>
background-color css

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

 a { background-color: rgb(177,111,182); }

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

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

 span { border-color: rgb(177,111,182); }

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