#B056B4

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

Shades of Fuchsia #B056B4

Tints of Fuchsia #B056B4

Color information

#B056B4 (or 0xB056B4) is unknown color: approx Fuchsia. HEX triplet: B0, 56 and B4. RGB value is (176,86,180). Sum of RGB (Red+Green+Blue) = 176+86+180=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #B056B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056B4 is #4FA94B. Grayscale: #7B7B7B. Windows color (decimal): -5220684 or 11818672. OLE color: 11818672.

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

Color convert

RGB17686180-
CMYK0.020.5200.29
HSL297.45º38.52%52.16%-
HSV(B)297.45º52.22%70.59%-
XYZ29.4719.1845.33-
YUV123.63159.82165.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 86 (33.98% from 255) = 19.46%
BLUE value IS 180 (70.70% from 255) = 40.72%
R=39.82%
G=19.46%
B=40.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176861800.020.5200.29297.4538.5252.16
HexB056B423401D1292734
Octal2601262642640354514764
Binary1011000010101101011010010110100011101100101001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B056B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B056B4; }

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

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

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

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

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

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

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

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