#BB47AA

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

Shades of Fuchsia #BB47AA

Tints of Fuchsia #BB47AA

Color information

#BB47AA (or 0xBB47AA) is unknown color: approx Fuchsia. HEX triplet: BB, 47 and AA. RGB value is (187,71,170). Sum of RGB (Red+Green+Blue) = 187+71+170=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB47AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB47AA is #44B855. Grayscale: #747474. Windows color (decimal): -4503638 or 11159483. OLE color: 11159483.

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

Color convert

RGB18771170-
CMYK00.620.090.27
HSL308.79º46.03%50.59%-
HSV(B)308.79º62.03%73.33%-
XYZ3017.9739.92-
YUV116.97157.93177.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 71 (28.12% from 255) = 16.59%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=43.69%
G=16.59%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877117000.620.090.27308.7946.0350.59
HexBB47AA03E91B1352e33
Octal27310725207611334655663
Binary101110111000111101010100111110100111011100110101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB47AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB47AA; }

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

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

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

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

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

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

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

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