#BB56B6

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

Shades of Fuchsia #BB56B6

Tints of Fuchsia #BB56B6

Color information

#BB56B6 (or 0xBB56B6) is unknown color: approx Fuchsia. HEX triplet: BB, 56 and B6. RGB value is (187,86,182). Sum of RGB (Red+Green+Blue) = 187+86+182=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB56B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56B6 is #44A949. Grayscale: #7E7E7E. Windows color (decimal): -4499786 or 11949755. OLE color: 11949755.

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

Color convert

RGB18786182-
CMYK00.540.030.27
HSL302.97º42.62%53.53%-
HSV(B)302.97º54.01%73.33%-
XYZ32.2620.646.53-
YUV127.14158.96170.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 86 (33.98% from 255) = 18.90%
BLUE value IS 182 (71.48% from 255) = 40%
R=41.10%
G=18.90%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878618200.540.030.27302.9742.6253.53
HexBB56B603631B12f2b36
Octal2731262660663334575366
Binary1011101110101101011011001101101111011100101111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB56B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB56B6; }

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

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

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

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

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

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

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

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