#B859BA

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

Shades of Fuchsia #B859BA

Tints of Fuchsia #B859BA

Color information

#B859BA (or 0xB859BA) is unknown color: approx Fuchsia. HEX triplet: B8, 59 and BA. RGB value is (184,89,186). Sum of RGB (Red+Green+Blue) = 184+89+186=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #B859BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859BA is #47A645. Grayscale: #808080. Windows color (decimal): -4695622 or 12212664. OLE color: 12212664.

HSL color Cylindrical-coordinate representation of color #B859BA: hue angle of 298.76º 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 #B859BA is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18489186-
CMYK0.010.5200.27
HSL298.76º41.28%53.92%-
HSV(B)298.76º52.15%72.94%-
XYZ32.220.8848.79-
YUV128.46160.47167.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 89 (35.16% from 255) = 19.39%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=40.09%
G=19.39%
B=40.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184891860.010.5200.27298.7641.2853.92
HexB859BA13401B12b2936
Octal2701312721640334535166
Binary101110001011001101110101110100011011100101011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B859BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B859BA; }

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

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

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

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

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

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

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

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