#B955AE

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

Shades of Fuchsia #B955AE

Tints of Fuchsia #B955AE

Color information

#B955AE (or 0xB955AE) is unknown color: approx Fuchsia. HEX triplet: B9, 55 and AE. RGB value is (185,85,174). Sum of RGB (Red+Green+Blue) = 185+85+174=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B955AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B955AE is #46AA51. Grayscale: #7C7C7C. Windows color (decimal): -4631122 or 11425209. OLE color: 11425209.

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

Color convert

RGB18585174-
CMYK00.540.060.27
HSL306.6º41.67%52.94%-
HSV(B)306.6º54.05%72.55%-
XYZ30.919.8742.25-
YUV125.05155.63170.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=41.67%
G=19.14%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858517400.540.060.27306.641.6752.94
HexB955AE03661B1332a35
Octal2711252560666334635265
Binary10111001101010110101110011011011011011100110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955AE; }

 p { color: rgb(185,85,174); }

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

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

 a { background-color: rgb(185,85,174); }

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

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

 span { border-color: rgb(185,85,174); }

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