#B160BB

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

Shades of Fuchsia #B160BB

Tints of Fuchsia #B160BB

Color information

#B160BB (or 0xB160BB) is unknown color: approx Fuchsia. HEX triplet: B1, 60 and BB. RGB value is (177,96,187). Sum of RGB (Red+Green+Blue) = 177+96+187=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #B160BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160BB is #4E9F44. Grayscale: #828282. Windows color (decimal): -5152581 or 12279985. OLE color: 12279985.

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

Color convert

RGB17796187-
CMYK0.050.4900.27
HSL293.41º40.09%55.49%-
HSV(B)293.41º48.66%73.33%-
XYZ31.2821.349.48-
YUV130.59159.84161.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 96 (37.89% from 255) = 20.87%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=38.48%
G=20.87%
B=40.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177961870.050.4900.27293.4140.0955.49
HexB160BB53101B1252837
Octal2611402735610334455067
Binary10110001110000010111011101110001011011100100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160BB; }

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

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

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

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

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

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

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

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