#BB48AC

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

Shades of Fuchsia #BB48AC

Tints of Fuchsia #BB48AC

Color information

#BB48AC (or 0xBB48AC) is unknown color: approx Fuchsia. HEX triplet: BB, 48 and AC. RGB value is (187,72,172). Sum of RGB (Red+Green+Blue) = 187+72+172=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB48AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB48AC is #44B753. Grayscale: #757575. Windows color (decimal): -4503380 or 11290811. OLE color: 11290811.

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

Color convert

RGB18772172-
CMYK00.610.080.27
HSL307.83º45.82%50.78%-
HSV(B)307.83º61.5%73.33%-
XYZ30.2618.1840.94-
YUV117.78158.6177.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 72 (28.52% from 255) = 16.71%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=43.39%
G=16.71%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877217200.610.080.27307.8345.8250.78
HexBB48AC03D81B1342e33
Octal27311025407510334645663
Binary101110111001000101011000111101100011011100110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB48AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB48AC; }

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

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

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

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

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

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

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

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