#B86EB4

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

Shades of Fuchsia #B86EB4

Tints of Fuchsia #B86EB4

Color information

#B86EB4 (or 0xB86EB4) is unknown color: approx Fuchsia. HEX triplet: B8, 6E and B4. RGB value is (184,110,180). Sum of RGB (Red+Green+Blue) = 184+110+180=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B86EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EB4 is #47914B. Grayscale: #8B8B8B. Windows color (decimal): -4690252 or 11824824. OLE color: 11824824.

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

Color convert

RGB184110180-
CMYK00.400.020.28
HSL303.24º34.26%57.65%-
HSV(B)303.24º40.22%72.16%-
XYZ33.5824.6446.17-
YUV140.11150.52159.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=38.82%
G=23.21%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411018000.400.020.28303.2434.2657.65
HexB86EB402821C12f223a
Octal2701562640502344574272
Binary1011100011011101011010001010001011100100101111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EB4; }

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

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

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

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

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

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

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

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