#B161BB

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

Shades of Fuchsia #B161BB

Tints of Fuchsia #B161BB

Color information

#B161BB (or 0xB161BB) is unknown color: approx Fuchsia. HEX triplet: B1, 61 and BB. RGB value is (177,97,187). Sum of RGB (Red+Green+Blue) = 177+97+187=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #B161BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161BB is #4E9E44. Grayscale: #828282. Windows color (decimal): -5152325 or 12280241. OLE color: 12280241.

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

Color convert

RGB17797187-
CMYK0.050.4800.27
HSL293.33º39.82%55.69%-
HSV(B)293.33º48.13%73.33%-
XYZ31.3821.4849.51-
YUV131.18159.5160.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=38.39%
G=21.04%
B=40.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177971870.050.4800.27293.3339.8255.69
HexB161BB53001B1252838
Octal2611412735600334455070
Binary10110001110000110111011101110000011011100100101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B161BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B161BB; }

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

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

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

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

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

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

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

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