#B169BA

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

Shades of Fuchsia #B169BA

Tints of Fuchsia #B169BA

Color information

#B169BA (or 0xB169BA) is unknown color: approx Fuchsia. HEX triplet: B1, 69 and BA. RGB value is (177,105,186). Sum of RGB (Red+Green+Blue) = 177+105+186=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #B169BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169BA is #4E9645. Grayscale: #878787. Windows color (decimal): -5150278 or 12216753. OLE color: 12216753.

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

Color convert

RGB177105186-
CMYK0.050.4400.27
HSL293.33º36.99%57.06%-
HSV(B)293.33º43.55%72.94%-
XYZ32.052349.2-
YUV135.76156.35157.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=37.82%
G=22.44%
B=39.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771051860.050.4400.27293.3336.9957.06
HexB169BA52C01B1252539
Octal2611512725540334454571
Binary10110001110100110111010101101100011011100100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B169BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B169BA; }

 p { color: rgb(177,105,186); }

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

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

 a { background-color: rgb(177,105,186); }

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

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

 span { border-color: rgb(177,105,186); }

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