#BB59BA

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

Shades of Fuchsia #BB59BA

Tints of Fuchsia #BB59BA

Color information

#BB59BA (or 0xBB59BA) is unknown color: approx Fuchsia. HEX triplet: BB, 59 and BA. RGB value is (187,89,186). Sum of RGB (Red+Green+Blue) = 187+89+186=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59BA is #44A645. Grayscale: #818181. Windows color (decimal): -4499014 or 12212667. OLE color: 12212667.

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

Color convert

RGB18789186-
CMYK00.520.010.27
HSL300.61º41.88%54.12%-
HSV(B)300.61º52.41%73.33%-
XYZ32.9321.2548.82-
YUV129.36159.97169.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 89 (35.16% from 255) = 19.26%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=40.48%
G=19.26%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878918600.520.010.27300.6141.8854.12
HexBB59BA03411B12d2a36
Octal2731312720641334555266
Binary101110111011001101110100110100111011100101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB59BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB59BA; }

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

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

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

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

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

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

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

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