#BB55AA

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

Shades of Fuchsia #BB55AA

Tints of Fuchsia #BB55AA

Color information

#BB55AA (or 0xBB55AA) is unknown color: approx Fuchsia. HEX triplet: BB, 55 and AA. RGB value is (187,85,170). Sum of RGB (Red+Green+Blue) = 187+85+170=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB55AA is #44AA55. Grayscale: #7C7C7C. Windows color (decimal): -4500054 or 11163067. OLE color: 11163067.

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

Color convert

RGB18785170-
CMYK00.550.090.27
HSL310º42.86%53.33%-
HSV(B)310º54.55%73.33%-
XYZ3119.9640.25-
YUV125.19153.29172.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=42.31%
G=19.23%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878517000.550.090.2731042.8653.33
HexBB55AA03791B1362b35
Octal27312525206711334665365
Binary101110111010101101010100110111100111011100110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB55AA; }

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

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

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

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

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

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

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

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