#B161BD

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

Shades of Fuchsia #B161BD

Tints of Fuchsia #B161BD

Color information

#B161BD (or 0xB161BD) is unknown color: approx Fuchsia. HEX triplet: B1, 61 and BD. RGB value is (177,97,189). Sum of RGB (Red+Green+Blue) = 177+97+189=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #B161BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161BD is #4E9E42. Grayscale: #838383. Windows color (decimal): -5152323 or 12411313. OLE color: 12411313.

HSL color Cylindrical-coordinate representation of color #B161BD: hue angle of 292.17º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B161BD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17797189-
CMYK0.060.4900.26
HSL292.17º41.07%56.08%-
HSV(B)292.17º48.68%74.12%-
XYZ31.5921.5750.64-
YUV131.41160.5160.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=38.23%
G=20.95%
B=40.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177971890.060.4900.26292.1741.0756.08
HexB161BD63101A1242938
Octal2611412756610324445170
Binary10110001110000110111101110110001011010100100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B161BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B161BD; }

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

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

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

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

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

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

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

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