#BB49AE

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

Shades of Fuchsia #BB49AE

Tints of Fuchsia #BB49AE

Color information

#BB49AE (or 0xBB49AE) is unknown color: approx Fuchsia. HEX triplet: BB, 49 and AE. RGB value is (187,73,174). Sum of RGB (Red+Green+Blue) = 187+73+174=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49AE is #44B651. Grayscale: #767676. Windows color (decimal): -4503122 or 11422139. OLE color: 11422139.

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

Color convert

RGB18773174-
CMYK00.610.070.27
HSL306.84º45.6%50.98%-
HSV(B)306.84º60.96%73.33%-
XYZ30.5218.3941.98-
YUV118.6159.27176.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 73 (28.91% from 255) = 16.82%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=43.09%
G=16.82%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877317400.610.070.27306.8445.650.98
HexBB49AE03D71B1332e33
Octal2731112560757334635663
Binary10111011100100110101110011110111111011100110011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB49AE; }

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

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

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

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

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

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

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

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