#B056BA

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

Shades of Fuchsia #B056BA

Tints of Fuchsia #B056BA

Color information

#B056BA (or 0xB056BA) is unknown color: approx Fuchsia. HEX triplet: B0, 56 and BA. RGB value is (176,86,186). Sum of RGB (Red+Green+Blue) = 176+86+186=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #B056BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056BA is #4FA945. Grayscale: #7C7C7C. Windows color (decimal): -5220678 or 12211888. OLE color: 12211888.

HSL color Cylindrical-coordinate representation of color #B056BA: hue angle of 294º 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 #B056BA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17686186-
CMYK0.050.5400.27
HSL294º42.02%53.33%-
HSV(B)294º53.76%72.94%-
XYZ30.119.4348.62-
YUV124.31162.82164.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 86 (33.98% from 255) = 19.20%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=39.29%
G=19.20%
B=41.52%

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
Decimal176861860.050.5400.2729442.0253.33
HexB056BA53601B1262a35
Octal2601262725660334465265
Binary10110000101011010111010101110110011011100100110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B056BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B056BA; }

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

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

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

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

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

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

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

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