#BB47BD

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

Shades of Fuchsia #BB47BD

Tints of Fuchsia #BB47BD

Color information

#BB47BD (or 0xBB47BD) is unknown color: approx Fuchsia. HEX triplet: BB, 47 and BD. RGB value is (187,71,189). Sum of RGB (Red+Green+Blue) = 187+71+189=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB47BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47BD is #44B842. Grayscale: #767676. Windows color (decimal): -4503619 or 12404667. OLE color: 12404667.

HSL color Cylindrical-coordinate representation of color #BB47BD: hue angle of 298.98º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB47BD is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18771189-
CMYK0.010.6200.26
HSL298.98º47.2%50.98%-
HSV(B)298.98º62.43%74.12%-
XYZ31.9318.7550.08-
YUV119.14167.43176.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 71 (28.12% from 255) = 15.88%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=41.83%
G=15.88%
B=42.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187711890.010.6200.26298.9847.250.98
HexBB47BD13E01A12b2f33
Octal2731072751760324535763
Binary101110111000111101111011111110011010100101011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB47BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB47BD; }

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

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

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

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

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

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

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

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