#B86EC1

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

Shades of Fuchsia #B86EC1

Tints of Fuchsia #B86EC1

Color information

#B86EC1 (or 0xB86EC1) is unknown color: approx Fuchsia. HEX triplet: B8, 6E and C1. RGB value is (184,110,193). Sum of RGB (Red+Green+Blue) = 184+110+193=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #B86EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EC1 is #47913E. Grayscale: #8D8D8D. Windows color (decimal): -4690239 or 12676792. OLE color: 12676792.

HSL color Cylindrical-coordinate representation of color #B86EC1: hue angle of 293.49º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B86EC1 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184110193-
CMYK0.050.4300.24
HSL293.49º40.1%59.41%-
HSV(B)293.49º43.01%75.69%-
XYZ34.9725.1953.47-
YUV141.59157.02158.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=37.78%
G=22.59%
B=39.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841101930.050.4300.24293.4940.159.41
HexB86EC152B018125283b
Octal2701563015530304455073
Binary10111000110111011000001101101011011000100100101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EC1; }

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

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

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

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

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

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

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

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