#B859B5

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

Shades of Fuchsia #B859B5

Tints of Fuchsia #B859B5

Color information

#B859B5 (or 0xB859B5) is unknown color: approx Fuchsia. HEX triplet: B8, 59 and B5. RGB value is (184,89,181). Sum of RGB (Red+Green+Blue) = 184+89+181=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B859B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859B5 is #47A64A. Grayscale: #7F7F7F. Windows color (decimal): -4695627 or 11884984. OLE color: 11884984.

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

Color convert

RGB18489181-
CMYK00.520.020.28
HSL301.89º40.08%53.53%-
HSV(B)301.89º51.63%72.16%-
XYZ31.6820.6746.04-
YUV127.89157.97168.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.53%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=40.53%
G=19.60%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848918100.520.020.28301.8940.0853.53
HexB859B503421C12e2836
Octal2701312650642344565066
Binary1011100010110011011010101101001011100100101110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B859B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B859B5; }

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

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

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

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

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

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

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

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