#B059BE

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

Shades of Fuchsia #B059BE

Tints of Fuchsia #B059BE

Color information

#B059BE (or 0xB059BE) is unknown color: approx Fuchsia. HEX triplet: B0, 59 and BE. RGB value is (176,89,190). Sum of RGB (Red+Green+Blue) = 176+89+190=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #B059BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059BE is #4FA641. Grayscale: #7E7E7E. Windows color (decimal): -5219906 or 12474800. OLE color: 12474800.

HSL color Cylindrical-coordinate representation of color #B059BE: hue angle of 291.68º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B059BE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17689190-
CMYK0.070.5300.25
HSL291.68º43.72%54.71%-
HSV(B)291.68º53.16%74.51%-
XYZ30.7720.0950.97-
YUV126.53163.82163.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 89 (35.16% from 255) = 19.56%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=38.68%
G=19.56%
B=41.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176891900.070.5300.25291.6843.7254.71
HexB059BE7350191242c37
Octal2601312767650314445467
Binary10110000101100110111110111110101011001100100100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B059BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B059BE; }

 p { color: rgb(176,89,190); }

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

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

 a { background-color: rgb(176,89,190); }

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

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

 span { border-color: rgb(176,89,190); }

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