#BB56B9

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

Shades of Fuchsia #BB56B9

Tints of Fuchsia #BB56B9

Color information

#BB56B9 (or 0xBB56B9) is unknown color: approx Fuchsia. HEX triplet: BB, 56 and B9. RGB value is (187,86,185). Sum of RGB (Red+Green+Blue) = 187+86+185=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB56B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56B9 is #44A946. Grayscale: #7F7F7F. Windows color (decimal): -4499783 or 12146363. OLE color: 12146363.

HSL color Cylindrical-coordinate representation of color #BB56B9: hue angle of 301.19º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB56B9 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18786185-
CMYK00.540.010.27
HSL301.19º42.62%53.53%-
HSV(B)301.19º54.01%73.33%-
XYZ32.5820.7248.18-
YUV127.48160.46170.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=40.83%
G=18.78%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878618500.540.010.27301.1942.6253.53
HexBB56B903611B12d2b36
Octal2731262710661334555366
Binary101110111010110101110010110110111011100101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB56B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB56B9; }

 p { color: rgb(187,86,185); }

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

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

 a { background-color: rgb(187,86,185); }

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

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

 span { border-color: rgb(187,86,185); }

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