#B16DBB

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

Shades of Fuchsia #B16DBB

Tints of Fuchsia #B16DBB

Color information

#B16DBB (or 0xB16DBB) is unknown color: approx Fuchsia. HEX triplet: B1, 6D and BB. RGB value is (177,109,187). Sum of RGB (Red+Green+Blue) = 177+109+187=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #B16DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DBB is #4E9244. Grayscale: #898989. Windows color (decimal): -5149253 or 12283313. OLE color: 12283313.

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

Color convert

RGB177109187-
CMYK0.050.4200.27
HSL292.31º36.45%58.04%-
HSV(B)292.31º41.71%73.33%-
XYZ32.5723.8749.9-
YUV138.22155.53155.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=37.42%
G=23.04%
B=39.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771091870.050.4200.27292.3136.4558.04
HexB16DBB52A01B124243a
Octal2611552735520334444472
Binary10110001110110110111011101101010011011100100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DBB; }

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

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

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

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

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

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

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

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