#B059B1

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

Shades of Fuchsia #B059B1

Tints of Fuchsia #B059B1

Color information

#B059B1 (or 0xB059B1) is unknown color: approx Fuchsia. HEX triplet: B0, 59 and B1. RGB value is (176,89,177). Sum of RGB (Red+Green+Blue) = 176+89+177=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 177 - color contains mainly: blue. Hex color #B059B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B059B1 is #4FA64E. Grayscale: #7C7C7C. Windows color (decimal): -5219919 or 11622832. OLE color: 11622832.

HSL color Cylindrical-coordinate representation of color #B059B1: hue angle of 299.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B059B1 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17689177-
CMYK0.010.5000.31
HSL299.32º36.07%52.16%-
HSV(B)299.32º49.72%69.41%-
XYZ29.4119.5543.82-
YUV125.04157.32164.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 177 (69.53% from 255) = 40.05%
R=39.82%
G=20.14%
B=40.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176891770.010.5000.31299.3236.0752.16
HexB059B113201F12b2434
Octal2601312611620374534464
Binary101100001011001101100011110010011111100101011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B059B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B059B1; }

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

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

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

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

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

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

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

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