#BB52AE

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

Shades of Fuchsia #BB52AE

Tints of Fuchsia #BB52AE

Color information

#BB52AE (or 0xBB52AE) is unknown color: approx Fuchsia. HEX triplet: BB, 52 and AE. RGB value is (187,82,174). Sum of RGB (Red+Green+Blue) = 187+82+174=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52AE is #44AD51. Grayscale: #7B7B7B. Windows color (decimal): -4500818 or 11424443. OLE color: 11424443.

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

Color convert

RGB18782174-
CMYK00.560.070.27
HSL307.43º43.57%52.75%-
HSV(B)307.43º56.15%73.33%-
XYZ31.1519.6642.2-
YUV123.88156.29173.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=42.21%
G=18.51%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878217400.560.070.27307.4343.5752.75
HexBB52AE03871B1332c35
Octal2731222560707334635465
Binary10111011101001010101110011100011111011100110011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB52AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB52AE; }

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

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

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

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

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

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

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

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