#BB56A5

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

Shades of Fuchsia #BB56A5

Tints of Fuchsia #BB56A5

Color information

#BB56A5 (or 0xBB56A5) is unknown color: approx Fuchsia. HEX triplet: BB, 56 and A5. RGB value is (187,86,165). Sum of RGB (Red+Green+Blue) = 187+86+165=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB56A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB56A5 is #44A95A. Grayscale: #7C7C7C. Windows color (decimal): -4499803 or 10835643. OLE color: 10835643.

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

Color convert

RGB18786165-
CMYK00.540.120.27
HSL313.07º42.62%53.53%-
HSV(B)313.07º54.01%73.33%-
XYZ30.6119.9437.83-
YUV125.2150.46172.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 86 (33.98% from 255) = 19.63%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=42.69%
G=19.63%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878616500.540.120.27313.0742.6253.53
HexBB56A5036C1B1392b36
Octal27312624506614334715366
Binary101110111010110101001010110110110011011100111001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB56A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB56A5; }

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

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

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

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

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

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

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

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