#B059B9

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

Shades of Fuchsia #B059B9

Tints of Fuchsia #B059B9

Color information

#B059B9 (or 0xB059B9) is unknown color: approx Fuchsia. HEX triplet: B0, 59 and B9. RGB value is (176,89,185). Sum of RGB (Red+Green+Blue) = 176+89+185=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #B059B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059B9 is #4FA646. Grayscale: #7D7D7D. Windows color (decimal): -5219911 or 12147120. OLE color: 12147120.

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

Color convert

RGB17689185-
CMYK0.050.5200.27
HSL294.38º40.68%53.73%-
HSV(B)294.38º51.89%72.55%-
XYZ30.2319.8848.14-
YUV125.96161.32163.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 89 (35.16% from 255) = 19.78%
BLUE value IS 185 (72.66% from 255) = 41.11%
R=39.11%
G=19.78%
B=41.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176891850.050.5200.27294.3840.6853.73
HexB059B953401B1262936
Octal2601312715640334465166
Binary10110000101100110111001101110100011011100100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B059B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B059B9; }

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

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

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

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

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

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

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

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