#bb59a7

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

Shades of Fuchsia #BB59A7

Tints of Fuchsia #BB59A7

Color information

#BB59A7 (or 0xBB59A7) is unknown color: approx Fuchsia. HEX triplet: BB, 59 and A7. RGB value is (187,89,167). Sum of RGB (Red+Green+Blue) = 187+89+167=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB59A7 is #44A658. Grayscale: #7E7E7E. Windows color (decimal): -4499033 or 10967483. OLE color: 10967483.

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

Color convert

RGB18789167-
CMYK00.520.110.27
HSL312.24º41.88%54.12%-
HSV(B)312.24º52.41%73.33%-
XYZ31.0420.538.88-
YUV127.19150.47170.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 89 (35.16% from 255) = 20.09%
BLUE value IS 167 (65.62% from 255) = 37.70%
R=42.21%
G=20.09%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878916700.520.110.27312.2441.8854.12
HexBB59A7034B1B1382a36
Octal27313124706413334705266
Binary101110111011001101001110110100101111011100111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb59a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb59a7; }

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

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

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

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

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

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

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

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