#B055BA

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

Shades of Fuchsia #B055BA

Tints of Fuchsia #B055BA

Color information

#B055BA (or 0xB055BA) is unknown color: approx Fuchsia. HEX triplet: B0, 55 and BA. RGB value is (176,85,186). Sum of RGB (Red+Green+Blue) = 176+85+186=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #B055BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B055BA is #4FAA45. Grayscale: #7B7B7B. Windows color (decimal): -5220934 or 12211632. OLE color: 12211632.

HSL color Cylindrical-coordinate representation of color #B055BA: hue angle of 294.06º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B055BA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17685186-
CMYK0.050.5400.27
HSL294.06º42.26%53.14%-
HSV(B)294.06º54.3%72.94%-
XYZ30.0219.2748.59-
YUV123.72163.15165.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=39.37%
G=19.02%
B=41.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176851860.050.5400.27294.0642.2653.14
HexB055BA53601B1262a35
Octal2601252725660334465265
Binary10110000101010110111010101110110011011100100110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B055BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B055BA; }

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

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

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

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

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

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

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

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