#BB59AB

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

Shades of Fuchsia #BB59AB

Tints of Fuchsia #BB59AB

Color information

#BB59AB (or 0xBB59AB) is unknown color: approx Fuchsia. HEX triplet: BB, 59 and AB. RGB value is (187,89,171). Sum of RGB (Red+Green+Blue) = 187+89+171=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB59AB is #44A654. Grayscale: #7F7F7F. Windows color (decimal): -4499029 or 11229627. OLE color: 11229627.

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

Color convert

RGB18789171-
CMYK00.520.090.27
HSL309.8º41.88%54.12%-
HSV(B)309.8º52.41%73.33%-
XYZ31.4220.6540.86-
YUV127.65152.47170.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=41.83%
G=19.91%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878917100.520.090.27309.841.8854.12
HexBB59AB03491B1362a36
Octal27313125306411334665266
Binary101110111011001101010110110100100111011100110110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB59AB; }

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

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

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

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

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

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

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

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