#B859AC

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

Shades of Fuchsia #B859AC

Tints of Fuchsia #B859AC

Color information

#B859AC (or 0xB859AC) is unknown color: approx Fuchsia. HEX triplet: B8, 59 and AC. RGB value is (184,89,172). Sum of RGB (Red+Green+Blue) = 184+89+172=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B859AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B859AC is #47A653. Grayscale: #7E7E7E. Windows color (decimal): -4695636 or 11295160. OLE color: 11295160.

HSL color Cylindrical-coordinate representation of color #B859AC: hue angle of 307.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B859AC is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18489172-
CMYK00.520.070.28
HSL307.58º40.08%53.53%-
HSV(B)307.58º51.63%72.16%-
XYZ30.7920.3141.33-
YUV126.87153.47168.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=41.35%
G=20%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848917200.520.070.28307.5840.0853.53
HexB859AC03471C1342836
Octal2701312540647344645066
Binary10111000101100110101100011010011111100100110100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B859AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B859AC; }

 p { color: rgb(184,89,172); }

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

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

 a { background-color: rgb(184,89,172); }

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

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

 span { border-color: rgb(184,89,172); }

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