#BB48AA

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

Shades of Fuchsia #BB48AA

Tints of Fuchsia #BB48AA

Color information

#BB48AA (or 0xBB48AA) is unknown color: approx Fuchsia. HEX triplet: BB, 48 and AA. RGB value is (187,72,170). Sum of RGB (Red+Green+Blue) = 187+72+170=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB48AA is #44B755. Grayscale: #757575. Windows color (decimal): -4503382 or 11159739. OLE color: 11159739.

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

Color convert

RGB18772170-
CMYK00.610.090.27
HSL308.87º45.82%50.78%-
HSV(B)308.87º61.5%73.33%-
XYZ30.0718.139.94-
YUV117.56157.6177.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 72 (28.52% from 255) = 16.78%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=43.59%
G=16.78%
B=39.63%

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
Decimal1877217000.610.090.27308.8745.8250.78
HexBB48AA03D91B1352e33
Octal27311025207511334655663
Binary101110111001000101010100111101100111011100110101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB48AA; }

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

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

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

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

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

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

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

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