#BB59B2

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

Shades of Fuchsia #BB59B2

Tints of Fuchsia #BB59B2

Color information

#BB59B2 (or 0xBB59B2) is unknown color: approx Fuchsia. HEX triplet: BB, 59 and B2. RGB value is (187,89,178). Sum of RGB (Red+Green+Blue) = 187+89+178=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB59B2 is #44A64D. Grayscale: #808080. Windows color (decimal): -4499022 or 11688379. OLE color: 11688379.

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

Color convert

RGB18789178-
CMYK00.520.050.27
HSL305.51º41.88%54.12%-
HSV(B)305.51º52.41%73.33%-
XYZ32.120.9244.47-
YUV128.45155.97169.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 178 (69.92% from 255) = 39.21%
R=41.19%
G=19.60%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878917800.520.050.27305.5141.8854.12
HexBB59B203451B1322a36
Octal2731312620645334625266
Binary10111011101100110110010011010010111011100110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB59B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB59B2; }

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

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

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

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

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

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

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

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