#B055B4

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

Shades of Fuchsia #B055B4

Tints of Fuchsia #B055B4

Color information

#B055B4 (or 0xB055B4) is unknown color: approx Fuchsia. HEX triplet: B0, 55 and B4. RGB value is (176,85,180). Sum of RGB (Red+Green+Blue) = 176+85+180=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #B055B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B055B4 is #4FAA4B. Grayscale: #7A7A7A. Windows color (decimal): -5220940 or 11818416. OLE color: 11818416.

HSL color Cylindrical-coordinate representation of color #B055B4: hue angle of 297.47º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B055B4 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17685180-
CMYK0.020.5300.29
HSL297.47º38.78%51.96%-
HSV(B)297.47º52.78%70.59%-
XYZ29.3919.0245.3-
YUV123.04160.15165.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 85 (33.59% from 255) = 19.27%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=39.91%
G=19.27%
B=40.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176851800.020.5300.29297.4738.7851.96
HexB055B423501D1292734
Octal2601252642650354514764
Binary1011000010101011011010010110101011101100101001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B055B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B055B4; }

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

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

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

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

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

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

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

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