#BB52AA

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

Shades of Fuchsia #BB52AA

Tints of Fuchsia #BB52AA

Color information

#BB52AA (or 0xBB52AA) is unknown color: approx Fuchsia. HEX triplet: BB, 52 and AA. RGB value is (187,82,170). Sum of RGB (Red+Green+Blue) = 187+82+170=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52AA is #44AD55. Grayscale: #7B7B7B. Windows color (decimal): -4500822 or 11162299. OLE color: 11162299.

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

Color convert

RGB18782170-
CMYK00.560.090.27
HSL309.71º43.57%52.75%-
HSV(B)309.71º56.15%73.33%-
XYZ30.7719.540.17-
YUV123.43154.29173.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=42.60%
G=18.68%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878217000.560.090.27309.7143.5752.75
HexBB52AA03891B1362c35
Octal27312225207011334665465
Binary101110111010010101010100111000100111011100110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB52AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB52AA; }

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

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

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

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

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

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

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

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