#BB49AA

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

Shades of Fuchsia #BB49AA

Tints of Fuchsia #BB49AA

Color information

#BB49AA (or 0xBB49AA) is unknown color: approx Fuchsia. HEX triplet: BB, 49 and AA. RGB value is (187,73,170). Sum of RGB (Red+Green+Blue) = 187+73+170=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49AA is #44B655. Grayscale: #757575. Windows color (decimal): -4503126 or 11159995. OLE color: 11159995.

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

Color convert

RGB18773170-
CMYK00.610.090.27
HSL308.95º45.6%50.98%-
HSV(B)308.95º60.96%73.33%-
XYZ30.1318.2339.96-
YUV118.14157.27177.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=43.49%
G=16.98%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877317000.610.090.27308.9545.650.98
HexBB49AA03D91B1352e33
Octal27311125207511334655663
Binary101110111001001101010100111101100111011100110101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB49AA; }

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

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

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

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

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

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

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

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