#bb54af

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

Shades of Fuchsia #BB54AF

Tints of Fuchsia #BB54AF

Color information

#BB54AF (or 0xBB54AF) is unknown color: approx Fuchsia. HEX triplet: BB, 54 and AF. RGB value is (187,84,175). Sum of RGB (Red+Green+Blue) = 187+84+175=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB54AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB54AF is #44AB50. Grayscale: #7C7C7C. Windows color (decimal): -4500305 or 11490491. OLE color: 11490491.

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

Color convert

RGB18784175-
CMYK00.550.060.27
HSL306.99º43.1%53.14%-
HSV(B)306.99º55.08%73.33%-
XYZ31.42042.76-
YUV125.17156.12172.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 84 (33.20% from 255) = 18.83%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=41.93%
G=18.83%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878417500.550.060.27306.9943.153.14
HexBB54AF03761B1332b35
Octal2731242570676334635365
Binary10111011101010010101111011011111011011100110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb54af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb54af; }

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

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

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

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

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

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

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

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