#BB59AE

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

Shades of Fuchsia #BB59AE

Tints of Fuchsia #BB59AE

Color information

#BB59AE (or 0xBB59AE) is unknown color: approx Fuchsia. HEX triplet: BB, 59 and AE. RGB value is (187,89,174). Sum of RGB (Red+Green+Blue) = 187+89+174=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB59AE is #44A651. Grayscale: #7F7F7F. Windows color (decimal): -4499026 or 11426235. OLE color: 11426235.

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

Color convert

RGB18789174-
CMYK00.520.070.27
HSL307.96º41.88%54.12%-
HSV(B)307.96º52.41%73.33%-
XYZ31.7120.7742.38-
YUV127.99153.97170.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 89 (35.16% from 255) = 19.78%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=41.56%
G=19.78%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878917400.520.070.27307.9641.8854.12
HexBB59AE03471B1342a36
Octal2731312560647334645266
Binary10111011101100110101110011010011111011100110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB59AE; }

 p { color: rgb(187,89,174); }

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

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

 a { background-color: rgb(187,89,174); }

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

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

 span { border-color: rgb(187,89,174); }

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