#B055B1

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

Shades of Fuchsia #B055B1

Tints of Fuchsia #B055B1

Color information

#B055B1 (or 0xB055B1) is unknown color: approx Fuchsia. HEX triplet: B0, 55 and B1. RGB value is (176,85,177). Sum of RGB (Red+Green+Blue) = 176+85+177=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 177 - color contains mainly: blue. Hex color #B055B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B055B1 is #4FAA4E. Grayscale: #7A7A7A. Windows color (decimal): -5220943 or 11621808. OLE color: 11621808.

HSL color Cylindrical-coordinate representation of color #B055B1: hue angle of 299.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B055B1 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17685177-
CMYK0.010.5200.31
HSL299.35º37.1%51.37%-
HSV(B)299.35º51.98%69.41%-
XYZ29.0918.943.71-
YUV122.7158.65166.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=40.18%
G=19.41%
B=40.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176851770.010.5200.31299.3537.151.37
HexB055B113401F12b2533
Octal2601252611640374534563
Binary101100001010101101100011110100011111100101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B055B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B055B1; }

 p { color: rgb(176,85,177); }

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

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

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

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

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

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

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