#B859BB

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

Shades of Fuchsia #B859BB

Tints of Fuchsia #B859BB

Color information

#B859BB (or 0xB859BB) is unknown color: approx Fuchsia. HEX triplet: B8, 59 and BB. RGB value is (184,89,187). Sum of RGB (Red+Green+Blue) = 184+89+187=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #B859BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859BB is #47A644. Grayscale: #808080. Windows color (decimal): -4695621 or 12278200. OLE color: 12278200.

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

Color convert

RGB18489187-
CMYK0.020.5200.27
HSL298.16º41.88%54.12%-
HSV(B)298.16º52.41%73.33%-
XYZ32.3120.9249.35-
YUV128.58160.97167.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 89 (35.16% from 255) = 19.35%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=40%
G=19.35%
B=40.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184891870.020.5200.27298.1641.8854.12
HexB859BB23401B12a2a36
Octal2701312732640334525266
Binary1011100010110011011101110110100011011100101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B859BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B859BB; }

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

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

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

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

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

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

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

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