#B957AA

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

Shades of Fuchsia #B957AA

Tints of Fuchsia #B957AA

Color information

#B957AA (or 0xB957AA) is unknown color: approx Fuchsia. HEX triplet: B9, 57 and AA. RGB value is (185,87,170). Sum of RGB (Red+Green+Blue) = 185+87+170=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B957AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B957AA is #46A855. Grayscale: #7D7D7D. Windows color (decimal): -4630614 or 11163577. OLE color: 11163577.

HSL color Cylindrical-coordinate representation of color #B957AA: hue angle of 309.18º 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 #B957AA is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18587170-
CMYK00.530.080.27
HSL309.18º41.18%53.33%-
HSV(B)309.18º52.97%72.55%-
XYZ30.6720.0340.28-
YUV125.76152.97170.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 87 (34.38% from 255) = 19.68%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=41.86%
G=19.68%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858717000.530.080.27309.1841.1853.33
HexB957AA03581B1352935
Octal27112725206510334655165
Binary101110011010111101010100110101100011011100110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B957AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B957AA; }

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

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

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

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

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

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

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

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