#BB55B7

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

Shades of Fuchsia #BB55B7

Tints of Fuchsia #BB55B7

Color information

#BB55B7 (or 0xBB55B7) is unknown color: approx Fuchsia. HEX triplet: BB, 55 and B7. RGB value is (187,85,183). Sum of RGB (Red+Green+Blue) = 187+85+183=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB55B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55B7 is #44AA48. Grayscale: #7E7E7E. Windows color (decimal): -4500041 or 12015035. OLE color: 12015035.

HSL color Cylindrical-coordinate representation of color #BB55B7: hue angle of 302.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB55B7 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18785183-
CMYK00.550.020.27
HSL302.35º42.86%53.33%-
HSV(B)302.35º54.55%73.33%-
XYZ32.2920.4847.05-
YUV126.67159.79171.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 183 (71.88% from 255) = 40.22%
R=41.10%
G=18.68%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878518300.550.020.27302.3542.8653.33
HexBB55B703721B12e2b35
Octal2731252670672334565365
Binary1011101110101011011011101101111011011100101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB55B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB55B7; }

 p { color: rgb(187,85,183); }

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

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

 a { background-color: rgb(187,85,183); }

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

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

 span { border-color: rgb(187,85,183); }

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