#BB55BB

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

Shades of Fuchsia #BB55BB

Tints of Fuchsia #BB55BB

Color information

#BB55BB (or 0xBB55BB) is unknown color: approx Fuchsia. HEX triplet: BB, 55 and BB. RGB value is (187,85,187). Sum of RGB (Red+Green+Blue) = 187+85+187=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB55BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55BB is #44AA44. Grayscale: #7E7E7E. Windows color (decimal): -4500037 or 12277179. OLE color: 12277179.

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

Color convert

RGB18785187-
CMYK00.5500.27
HSL300º42.86%53.33%-
HSV(B)300º54.55%73.33%-
XYZ32.7120.6549.28-
YUV127.13161.79170.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=40.74%
G=18.52%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878518700.5500.2730042.8653.33
HexBB55BB03701B12c2b35
Octal2731252730670334545365
Binary101110111010101101110110110111011011100101100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB55BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB55BB; }

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

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

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

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

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

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

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

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