#B55BB3

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

Shades of Fuchsia #B55BB3

Tints of Fuchsia #B55BB3

Color information

#B55BB3 (or 0xB55BB3) is unknown color: approx Fuchsia. HEX triplet: B5, 5B and B3. RGB value is (181,91,179). Sum of RGB (Red+Green+Blue) = 181+91+179=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55BB3 is #4AA44C. Grayscale: #7F7F7F. Windows color (decimal): -4891725 or 11754421. OLE color: 11754421.

HSL color Cylindrical-coordinate representation of color #B55BB3: hue angle of 301.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55BB3 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18191179-
CMYK00.500.010.29
HSL301.33º37.82%53.33%-
HSV(B)301.33º49.72%70.98%-
XYZ30.9320.5644.99-
YUV127.94156.82165.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 91 (35.94% from 255) = 20.18%
BLUE value IS 179 (70.31% from 255) = 39.69%
R=40.13%
G=20.18%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819117900.500.010.29301.3337.8253.33
HexB55BB303211D12d2635
Octal2651332630621354554665
Binary101101011011011101100110110010111101100101101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55BB3; }

 p { color: rgb(181,91,179); }

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

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

 a { background-color: rgb(181,91,179); }

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

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

 span { border-color: rgb(181,91,179); }

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