#BB52A5

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

Shades of Fuchsia #BB52A5

Tints of Fuchsia #BB52A5

Color information

#BB52A5 (or 0xBB52A5) is unknown color: approx Fuchsia. HEX triplet: BB, 52 and A5. RGB value is (187,82,165). Sum of RGB (Red+Green+Blue) = 187+82+165=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52A5 is #44AD5A. Grayscale: #7A7A7A. Windows color (decimal): -4500827 or 10834619. OLE color: 10834619.

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

Color convert

RGB18782165-
CMYK00.560.120.27
HSL312.57º43.57%52.75%-
HSV(B)312.57º56.15%73.33%-
XYZ30.319.3237.73-
YUV122.86151.79173.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=43.09%
G=18.89%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878216500.560.120.27312.5743.5752.75
HexBB52A5038C1B1392c35
Octal27312224507014334715465
Binary101110111010010101001010111000110011011100111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB52A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB52A5; }

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

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

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

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

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

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

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

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