#B16EBB

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

Shades of Fuchsia #B16EBB

Tints of Fuchsia #B16EBB

Color information

#B16EBB (or 0xB16EBB) is unknown color: approx Fuchsia. HEX triplet: B1, 6E and BB. RGB value is (177,110,187). Sum of RGB (Red+Green+Blue) = 177+110+187=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #B16EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16EBB is #4E9144. Grayscale: #8A8A8A. Windows color (decimal): -5148997 or 12283569. OLE color: 12283569.

HSL color Cylindrical-coordinate representation of color #B16EBB: hue angle of 292.21º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16EBB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177110187-
CMYK0.050.4100.27
HSL292.21º36.15%58.24%-
HSV(B)292.21º41.18%73.33%-
XYZ32.6824.0949.94-
YUV138.81155.2155.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=37.34%
G=23.21%
B=39.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771101870.050.4100.27292.2136.1558.24
HexB16EBB52901B124243a
Octal2611562735510334444472
Binary10110001110111010111011101101001011011100100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16EBB; }

 p { color: rgb(177,110,187); }

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

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

 a { background-color: rgb(177,110,187); }

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

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

 span { border-color: rgb(177,110,187); }

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