#BB53AA

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

Shades of Fuchsia #BB53AA

Tints of Fuchsia #BB53AA

Color information

#BB53AA (or 0xBB53AA) is unknown color: approx Fuchsia. HEX triplet: BB, 53 and AA. RGB value is (187,83,170). Sum of RGB (Red+Green+Blue) = 187+83+170=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB53AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB53AA is #44AC55. Grayscale: #7B7B7B. Windows color (decimal): -4500566 or 11162555. OLE color: 11162555.

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

Color convert

RGB18783170-
CMYK00.560.090.27
HSL309.81º43.33%52.94%-
HSV(B)309.81º55.61%73.33%-
XYZ30.8419.6540.2-
YUV124.01153.96172.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 83 (32.81% from 255) = 18.86%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=42.5%
G=18.86%
B=38.64%

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
Decimal1878317000.560.090.27309.8143.3352.94
HexBB53AA03891B1362b35
Octal27312325207011334665365
Binary101110111010011101010100111000100111011100110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB53AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB53AA; }

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

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

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

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

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

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

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

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