#BB59BE

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

Shades of Fuchsia #BB59BE

Tints of Fuchsia #BB59BE

Color information

#BB59BE (or 0xBB59BE) is unknown color: approx Fuchsia. HEX triplet: BB, 59 and BE. RGB value is (187,89,190). Sum of RGB (Red+Green+Blue) = 187+89+190=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB59BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59BE is #44A641. Grayscale: #818181. Windows color (decimal): -4499010 or 12474811. OLE color: 12474811.

HSL color Cylindrical-coordinate representation of color #BB59BE: hue angle of 298.22º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB59BE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18789190-
CMYK0.020.5300.25
HSL298.22º43.72%54.71%-
HSV(B)298.22º53.16%74.51%-
XYZ33.3621.4351.09-
YUV129.82161.97168.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 89 (35.16% from 255) = 19.10%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=40.13%
G=19.10%
B=40.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187891900.020.5300.25298.2243.7254.71
HexBB59BE23501912a2c37
Octal2731312762650314525467
Binary1011101110110011011111010110101011001100101010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB59BE; }

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

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

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

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

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

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

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

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