#B056B6

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

Shades of Fuchsia #B056B6

Tints of Fuchsia #B056B6

Color information

#B056B6 (or 0xB056B6) is unknown color: approx Fuchsia. HEX triplet: B0, 56 and B6. RGB value is (176,86,182). Sum of RGB (Red+Green+Blue) = 176+86+182=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #B056B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056B6 is #4FA949. Grayscale: #7B7B7B. Windows color (decimal): -5220682 or 11949744. OLE color: 11949744.

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

Color convert

RGB17686182-
CMYK0.030.5300.29
HSL296.25º39.67%52.55%-
HSV(B)296.25º52.75%71.37%-
XYZ29.6819.2646.41-
YUV123.85160.82165.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 86 (33.98% from 255) = 19.37%
BLUE value IS 182 (71.48% from 255) = 40.99%
R=39.64%
G=19.37%
B=40.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176861820.030.5300.29296.2539.6752.55
HexB056B633501D1282835
Octal2601262663650354505065
Binary1011000010101101011011011110101011101100101000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B056B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B056B6; }

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

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

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

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

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

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

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

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