#B957A9

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

Shades of Fuchsia #B957A9

Tints of Fuchsia #B957A9

Color information

#B957A9 (or 0xB957A9) is unknown color: approx Fuchsia. HEX triplet: B9, 57 and A9. RGB value is (185,87,169). Sum of RGB (Red+Green+Blue) = 185+87+169=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B957A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B957A9 is #46A856. Grayscale: #7D7D7D. Windows color (decimal): -4630615 or 11098041. OLE color: 11098041.

HSL color Cylindrical-coordinate representation of color #B957A9: hue angle of 309.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B957A9 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18587169-
CMYK00.530.090.27
HSL309.8º41.18%53.33%-
HSV(B)309.8º52.97%72.55%-
XYZ30.582039.78-
YUV125.65152.47170.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 87 (34.38% from 255) = 19.73%
BLUE value IS 169 (66.41% from 255) = 38.32%
R=41.95%
G=19.73%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858716900.530.090.27309.841.1853.33
HexB957A903591B1362935
Octal27112725106511334665165
Binary101110011010111101010010110101100111011100110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B957A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B957A9; }

 p { color: rgb(185,87,169); }

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

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

 a { background-color: rgb(185,87,169); }

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

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

 span { border-color: rgb(185,87,169); }

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