#B86AB4

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

Shades of Fuchsia #B86AB4

Tints of Fuchsia #B86AB4

Color information

#B86AB4 (or 0xB86AB4) is unknown color: approx Fuchsia. HEX triplet: B8, 6A and B4. RGB value is (184,106,180). Sum of RGB (Red+Green+Blue) = 184+106+180=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B86AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86AB4 is #47954B. Grayscale: #898989. Windows color (decimal): -4691276 or 11823800. OLE color: 11823800.

HSL color Cylindrical-coordinate representation of color #B86AB4: hue angle of 303.08º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86AB4 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184106180-
CMYK00.420.020.28
HSL303.08º35.45%56.86%-
HSV(B)303.08º42.39%72.16%-
XYZ33.1623.7946.02-
YUV137.76151.84160.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 106 (41.80% from 255) = 22.55%
BLUE value IS 180 (70.70% from 255) = 38.30%
R=39.15%
G=22.55%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410618000.420.020.28303.0835.4556.86
HexB86AB402A21C12f2339
Octal2701522640522344574371
Binary1011100011010101011010001010101011100100101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AB4; }

 p { color: rgb(184,106,180); }

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

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

 a { background-color: rgb(184,106,180); }

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

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

 span { border-color: rgb(184,106,180); }

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