#BB59B0

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

Shades of Fuchsia #BB59B0

Tints of Fuchsia #BB59B0

Color information

#BB59B0 (or 0xBB59B0) is unknown color: approx Fuchsia. HEX triplet: BB, 59 and B0. RGB value is (187,89,176). Sum of RGB (Red+Green+Blue) = 187+89+176=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB59B0 is #44A64F. Grayscale: #7F7F7F. Windows color (decimal): -4499024 or 11557307. OLE color: 11557307.

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

Color convert

RGB18789176-
CMYK00.520.060.27
HSL306.73º41.88%54.12%-
HSV(B)306.73º52.41%73.33%-
XYZ31.920.8443.42-
YUV128.22154.97169.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 176 (69.14% from 255) = 38.94%
R=41.37%
G=19.69%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878917600.520.060.27306.7341.8854.12
HexBB59B003461B1332a36
Octal2731312600646334635266
Binary10111011101100110110000011010011011011100110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB59B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB59B0; }

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

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

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

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

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

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

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

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