#BB55AF

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

Shades of Fuchsia #BB55AF

Tints of Fuchsia #BB55AF

Color information

#BB55AF (or 0xBB55AF) is unknown color: approx Fuchsia. HEX triplet: BB, 55 and AF. RGB value is (187,85,175). Sum of RGB (Red+Green+Blue) = 187+85+175=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB55AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB55AF is #44AA50. Grayscale: #7D7D7D. Windows color (decimal): -4500049 or 11490747. OLE color: 11490747.

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

Color convert

RGB18785175-
CMYK00.550.060.27
HSL307.06º42.86%53.33%-
HSV(B)307.06º54.55%73.33%-
XYZ31.4820.1642.79-
YUV125.76155.79171.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=41.83%
G=19.02%
B=39.15%

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
Decimal1878517500.550.060.27307.0642.8653.33
HexBB55AF03761B1332b35
Octal2731252570676334635365
Binary10111011101010110101111011011111011011100110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB55AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB55AF; }

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

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

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

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

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

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

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

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