#BB49AB

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

Shades of Fuchsia #BB49AB

Tints of Fuchsia #BB49AB

Color information

#BB49AB (or 0xBB49AB) is unknown color: approx Fuchsia. HEX triplet: BB, 49 and AB. RGB value is (187,73,171). Sum of RGB (Red+Green+Blue) = 187+73+171=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49AB is #44B654. Grayscale: #757575. Windows color (decimal): -4503125 or 11225531. OLE color: 11225531.

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

Color convert

RGB18773171-
CMYK00.610.090.27
HSL308.42º45.6%50.98%-
HSV(B)308.42º60.96%73.33%-
XYZ30.2318.2740.46-
YUV118.26157.77177.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 73 (28.91% from 255) = 16.94%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=43.39%
G=16.94%
B=39.68%

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
Decimal1877317100.610.090.27308.4245.650.98
HexBB49AB03D91B1342e33
Octal27311125307511334645663
Binary101110111001001101010110111101100111011100110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB49AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB49AB; }

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

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

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

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

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

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

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

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