#BB56BA

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

Shades of Fuchsia #BB56BA

Tints of Fuchsia #BB56BA

Color information

#BB56BA (or 0xBB56BA) is unknown color: approx Fuchsia. HEX triplet: BB, 56 and BA. RGB value is (187,86,186). Sum of RGB (Red+Green+Blue) = 187+86+186=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB56BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56BA is #44A945. Grayscale: #7F7F7F. Windows color (decimal): -4499782 or 12211899. OLE color: 12211899.

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

Color convert

RGB18786186-
CMYK00.540.010.27
HSL300.59º42.62%53.53%-
HSV(B)300.59º54.01%73.33%-
XYZ32.6820.7748.74-
YUV127.6160.96170.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=40.74%
G=18.74%
B=40.52%

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
Decimal1878618600.540.010.27300.5942.6253.53
HexBB56BA03611B12d2b36
Octal2731262720661334555366
Binary101110111010110101110100110110111011100101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB56BA; }

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

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

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

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

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

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

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

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