#BB52B4

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

Shades of Fuchsia #BB52B4

Tints of Fuchsia #BB52B4

Color information

#BB52B4 (or 0xBB52B4) is unknown color: approx Fuchsia. HEX triplet: BB, 52 and B4. RGB value is (187,82,180). Sum of RGB (Red+Green+Blue) = 187+82+180=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52B4 is #44AD4B. Grayscale: #7C7C7C. Windows color (decimal): -4500812 or 11817659. OLE color: 11817659.

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

Color convert

RGB18782180-
CMYK00.560.040.27
HSL304º43.57%52.75%-
HSV(B)304º56.15%73.33%-
XYZ31.7519.8945.35-
YUV124.57159.29172.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 82 (32.42% from 255) = 18.26%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=41.65%
G=18.26%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878218000.560.040.2730443.5752.75
HexBB52B403841B1302c35
Octal2731222640704334605465
Binary10111011101001010110100011100010011011100110000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB52B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB52B4; }

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

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

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

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

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

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

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

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