#BB54A5

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

Shades of Fuchsia #BB54A5

Tints of Fuchsia #BB54A5

Color information

#BB54A5 (or 0xBB54A5) is unknown color: approx Fuchsia. HEX triplet: BB, 54 and A5. RGB value is (187,84,165). Sum of RGB (Red+Green+Blue) = 187+84+165=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB54A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB54A5 is #44AB5A. Grayscale: #7B7B7B. Windows color (decimal): -4500315 or 10835131. OLE color: 10835131.

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

Color convert

RGB18784165-
CMYK00.550.120.27
HSL312.82º43.1%53.14%-
HSV(B)312.82º55.08%73.33%-
XYZ30.4619.6237.78-
YUV124.03151.12172.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=42.89%
G=19.27%
B=37.84%

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
Decimal1878416500.550.120.27312.8243.153.14
HexBB54A5037C1B1392b35
Octal27312424506714334715365
Binary101110111010100101001010110111110011011100111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB54A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB54A5; }

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

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

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

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

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

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

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

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