#b056bb

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

Shades of Fuchsia #B056BB

Tints of Fuchsia #B056BB

Color information

#B056BB (or 0xB056BB) is unknown color: approx Fuchsia. HEX triplet: B0, 56 and BB. RGB value is (176,86,187). Sum of RGB (Red+Green+Blue) = 176+86+187=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #B056BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056BB is #4FA944. Grayscale: #7C7C7C. Windows color (decimal): -5220677 or 12277424. OLE color: 12277424.

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

Color convert

RGB17686187-
CMYK0.060.5400.27
HSL293.47º42.62%53.53%-
HSV(B)293.47º54.01%73.33%-
XYZ30.219.4749.18-
YUV124.42163.32164.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 86 (33.98% from 255) = 19.15%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=39.20%
G=19.15%
B=41.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176861870.060.5400.27293.4742.6253.53
HexB056BB63601B1252b36
Octal2601262736660334455366
Binary10110000101011010111011110110110011011100100101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b056bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b056bb; }

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

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

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

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

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

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

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

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