#B859B6

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

Shades of Fuchsia #B859B6

Tints of Fuchsia #B859B6

Color information

#B859B6 (or 0xB859B6) is unknown color: approx Fuchsia. HEX triplet: B8, 59 and B6. RGB value is (184,89,182). Sum of RGB (Red+Green+Blue) = 184+89+182=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B859B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859B6 is #47A649. Grayscale: #7F7F7F. Windows color (decimal): -4695626 or 11950520. OLE color: 11950520.

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

Color convert

RGB18489182-
CMYK00.520.010.28
HSL301.26º40.08%53.53%-
HSV(B)301.26º51.63%72.16%-
XYZ31.7820.7146.58-
YUV128.01158.47167.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 89 (35.16% from 255) = 19.56%
BLUE value IS 182 (71.48% from 255) = 40%
R=40.44%
G=19.56%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848918200.520.010.28301.2640.0853.53
HexB859B603411C12d2836
Octal2701312660641344555066
Binary101110001011001101101100110100111100100101101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B859B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B859B6; }

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

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

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

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

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

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

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

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