#BB54AA

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

Shades of Fuchsia #BB54AA

Tints of Fuchsia #BB54AA

Color information

#BB54AA (or 0xBB54AA) is unknown color: approx Fuchsia. HEX triplet: BB, 54 and AA. RGB value is (187,84,170). Sum of RGB (Red+Green+Blue) = 187+84+170=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB54AA is #44AB55. Grayscale: #7C7C7C. Windows color (decimal): -4500310 or 11162811. OLE color: 11162811.

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

Color convert

RGB18784170-
CMYK00.550.090.27
HSL309.9º43.1%53.14%-
HSV(B)309.9º55.08%73.33%-
XYZ30.9219.8140.22-
YUV124.6153.62172.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=42.40%
G=19.05%
B=38.55%

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
Decimal1878417000.550.090.27309.943.153.14
HexBB54AA03791B1362b35
Octal27312425206711334665365
Binary101110111010100101010100110111100111011100110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB54AA; }

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

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

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

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

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

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

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

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