#B859BD

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

Shades of Fuchsia #B859BD

Tints of Fuchsia #B859BD

Color information

#B859BD (or 0xB859BD) is unknown color: approx Fuchsia. HEX triplet: B8, 59 and BD. RGB value is (184,89,189). Sum of RGB (Red+Green+Blue) = 184+89+189=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #B859BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859BD is #47A642. Grayscale: #808080. Windows color (decimal): -4695619 or 12409272. OLE color: 12409272.

HSL color Cylindrical-coordinate representation of color #B859BD: hue angle of 297º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B859BD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18489189-
CMYK0.030.5300.26
HSL297º43.1%54.51%-
HSV(B)297º52.91%74.12%-
XYZ32.5221.0150.49-
YUV128.8161.97167.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 89 (35.16% from 255) = 19.26%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=39.83%
G=19.26%
B=40.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184891890.030.5300.2629743.154.51
HexB859BD33501A1292b37
Octal2701312753650324515367
Binary1011100010110011011110111110101011010100101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B859BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B859BD; }

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

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

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

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

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

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

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

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