#B055B0

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

Shades of Fuchsia #B055B0

Tints of Fuchsia #B055B0

Color information

#B055B0 (or 0xB055B0) is unknown color: approx Fuchsia. HEX triplet: B0, 55 and B0. RGB value is (176,85,176). Sum of RGB (Red+Green+Blue) = 176+85+176=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B055B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B055B0 is #4FAA4F. Grayscale: #7A7A7A. Windows color (decimal): -5220944 or 11556272. OLE color: 11556272.

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

Color convert

RGB17685176-
CMYK00.5200.31
HSL300º36.55%51.18%-
HSV(B)300º51.7%69.02%-
XYZ28.9918.8643.19-
YUV122.58158.15166.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 176 (69.14% from 255) = 40.27%
R=40.27%
G=19.45%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768517600.5200.3130036.5551.18
HexB055B003401F12c2533
Octal2601252600640374544563
Binary101100001010101101100000110100011111100101100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B055B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B055B0; }

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

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

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

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

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

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

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

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