#BB55A5

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

Shades of Fuchsia #BB55A5

Tints of Fuchsia #BB55A5

Color information

#BB55A5 (or 0xBB55A5) is unknown color: approx Fuchsia. HEX triplet: BB, 55 and A5. RGB value is (187,85,165). Sum of RGB (Red+Green+Blue) = 187+85+165=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB55A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB55A5 is #44AA5A. Grayscale: #7C7C7C. Windows color (decimal): -4500059 or 10835387. OLE color: 10835387.

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

Color convert

RGB18785165-
CMYK00.550.120.27
HSL312.94º42.86%53.33%-
HSV(B)312.94º54.55%73.33%-
XYZ30.5319.7837.81-
YUV124.62150.79172.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=42.79%
G=19.45%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878516500.550.120.27312.9442.8653.33
HexBB55A5037C1B1392b35
Octal27312524506714334715365
Binary101110111010101101001010110111110011011100111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB55A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB55A5; }

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

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

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

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

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

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

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

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