#BB54A9

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

Shades of Fuchsia #BB54A9

Tints of Fuchsia #BB54A9

Color information

#BB54A9 (or 0xBB54A9) is unknown color: approx Fuchsia. HEX triplet: BB, 54 and A9. RGB value is (187,84,169). Sum of RGB (Red+Green+Blue) = 187+84+169=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB54A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB54A9 is #44AB56. Grayscale: #7C7C7C. Windows color (decimal): -4500311 or 11097275. OLE color: 11097275.

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

Color convert

RGB18784169-
CMYK00.550.100.27
HSL310.49º43.1%53.14%-
HSV(B)310.49º55.08%73.33%-
XYZ30.8319.7739.73-
YUV124.49153.12172.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 84 (33.20% from 255) = 19.09%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=42.5%
G=19.09%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878416900.550.100.27310.4943.153.14
HexBB54A9037A1B1362b35
Octal27312425106712334665365
Binary101110111010100101010010110111101011011100110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB54A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB54A9; }

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

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

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

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

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

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

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

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