#B86EBA

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

Shades of Fuchsia #B86EBA

Tints of Fuchsia #B86EBA

Color information

#B86EBA (or 0xB86EBA) is unknown color: approx Fuchsia. HEX triplet: B8, 6E and BA. RGB value is (184,110,186). Sum of RGB (Red+Green+Blue) = 184+110+186=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #B86EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EBA is #479145. Grayscale: #8C8C8C. Windows color (decimal): -4690246 or 12218040. OLE color: 12218040.

HSL color Cylindrical-coordinate representation of color #B86EBA: hue angle of 298.42º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86EBA is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184110186-
CMYK0.010.4100.27
HSL298.42º35.51%58.04%-
HSV(B)298.42º40.86%72.94%-
XYZ34.2124.8949.46-
YUV140.79153.52158.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=38.33%
G=22.92%
B=38.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841101860.010.4100.27298.4235.5158.04
HexB86EBA12901B12a243a
Octal2701562721510334524472
Binary101110001101110101110101101001011011100101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EBA; }

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

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

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

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

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

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

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

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