#BB53AC

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

Shades of Fuchsia #BB53AC

Tints of Fuchsia #BB53AC

Color information

#BB53AC (or 0xBB53AC) is unknown color: approx Fuchsia. HEX triplet: BB, 53 and AC. RGB value is (187,83,172). Sum of RGB (Red+Green+Blue) = 187+83+172=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB53AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB53AC is #44AC53. Grayscale: #7B7B7B. Windows color (decimal): -4500564 or 11293627. OLE color: 11293627.

HSL color Cylindrical-coordinate representation of color #BB53AC: hue angle of 308.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB53AC is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18783172-
CMYK00.560.080.27
HSL308.65º43.33%52.94%-
HSV(B)308.65º55.61%73.33%-
XYZ31.0319.7341.2-
YUV124.24154.96172.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 83 (32.81% from 255) = 18.78%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=42.31%
G=18.78%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878317200.560.080.27308.6543.3352.94
HexBB53AC03881B1352b35
Octal27312325407010334655365
Binary101110111010011101011000111000100011011100110101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB53AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB53AC; }

 p { color: rgb(187,83,172); }

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

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

 a { background-color: rgb(187,83,172); }

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

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

 span { border-color: rgb(187,83,172); }

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