#B86EB1

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

Shades of Fuchsia #B86EB1

Tints of Fuchsia #B86EB1

Color information

#B86EB1 (or 0xB86EB1) is unknown color: approx Fuchsia. HEX triplet: B8, 6E and B1. RGB value is (184,110,177). Sum of RGB (Red+Green+Blue) = 184+110+177=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B86EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86EB1 is #47914E. Grayscale: #8B8B8B. Windows color (decimal): -4690255 or 11628216. OLE color: 11628216.

HSL color Cylindrical-coordinate representation of color #B86EB1: hue angle of 305.68º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86EB1 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB184110177-
CMYK00.400.040.28
HSL305.68º34.26%57.65%-
HSV(B)305.68º40.22%72.16%-
XYZ33.2824.5244.57-
YUV139.76149.02159.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 110 (43.36% from 255) = 23.35%
BLUE value IS 177 (69.53% from 255) = 37.58%
R=39.07%
G=23.35%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411017700.400.040.28305.6834.2657.65
HexB86EB102841C132223a
Octal2701562610504344624272
Binary10111000110111010110001010100010011100100110010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EB1; }

 p { color: rgb(184,110,177); }

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

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

 a { background-color: rgb(184,110,177); }

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

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

 span { border-color: rgb(184,110,177); }

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