#BB52AC

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

Shades of Fuchsia #BB52AC

Tints of Fuchsia #BB52AC

Color information

#BB52AC (or 0xBB52AC) is unknown color: approx Fuchsia. HEX triplet: BB, 52 and AC. RGB value is (187,82,172). Sum of RGB (Red+Green+Blue) = 187+82+172=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52AC is #44AD53. Grayscale: #7B7B7B. Windows color (decimal): -4500820 or 11293371. OLE color: 11293371.

HSL color Cylindrical-coordinate representation of color #BB52AC: hue angle of 308.57º degrees, saturation: 0.44, 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 #BB52AC is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18782172-
CMYK00.560.080.27
HSL308.57º43.57%52.75%-
HSV(B)308.57º56.15%73.33%-
XYZ30.9619.5841.18-
YUV123.66155.29173.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 82 (32.42% from 255) = 18.59%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=42.40%
G=18.59%
B=39.00%

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
Decimal1878217200.560.080.27308.5743.5752.75
HexBB52AC03881B1352c35
Octal27312225407010334655465
Binary101110111010010101011000111000100011011100110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB52AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB52AC; }

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

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

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

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

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

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

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

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