#BB45AA

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

Shades of Fuchsia #BB45AA

Tints of Fuchsia #BB45AA

Color information

#BB45AA (or 0xBB45AA) is unknown color: approx Fuchsia. HEX triplet: BB, 45 and AA. RGB value is (187,69,170). Sum of RGB (Red+Green+Blue) = 187+69+170=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB45AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB45AA is #44BA55. Grayscale: #737373. Windows color (decimal): -4504150 or 11158971. OLE color: 11158971.

HSL color Cylindrical-coordinate representation of color #BB45AA: hue angle of 308.64º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB45AA is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18769170-
CMYK00.630.090.27
HSL308.64º46.46%50.2%-
HSV(B)308.64º63.1%73.33%-
XYZ29.8817.7239.88-
YUV115.8158.59178.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 69 (27.34% from 255) = 16.20%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=43.90%
G=16.20%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876917000.630.090.27308.6446.4650.2
HexBB45AA03F91B1352e32
Octal27310525207711334655662
Binary101110111000101101010100111111100111011100110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB45AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB45AA; }

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

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

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

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

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

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

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

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