#BB47BA

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

Shades of Fuchsia #BB47BA

Tints of Fuchsia #BB47BA

Color information

#BB47BA (or 0xBB47BA) is unknown color: approx Fuchsia. HEX triplet: BB, 47 and BA. RGB value is (187,71,186). Sum of RGB (Red+Green+Blue) = 187+71+186=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47BA is #44B845. Grayscale: #767676. Windows color (decimal): -4503622 or 12208059. OLE color: 12208059.

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

Color convert

RGB18771186-
CMYK00.620.010.27
HSL300.52º46.03%50.59%-
HSV(B)300.52º62.03%73.33%-
XYZ31.6118.6248.38-
YUV118.79165.93176.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 71 (28.12% from 255) = 15.99%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=42.12%
G=15.99%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877118600.620.010.27300.5246.0350.59
HexBB47BA03E11B12d2e33
Octal2731072720761334555663
Binary101110111000111101110100111110111011100101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB47BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB47BA; }

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

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

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

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

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

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

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

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