#B86AC1

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

Shades of Fuchsia #B86AC1

Tints of Fuchsia #B86AC1

Color information

#B86AC1 (or 0xB86AC1) is unknown color: approx Fuchsia. HEX triplet: B8, 6A and C1. RGB value is (184,106,193). Sum of RGB (Red+Green+Blue) = 184+106+193=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #B86AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86AC1 is #47953E. Grayscale: #8A8A8A. Windows color (decimal): -4691263 or 12675768. OLE color: 12675768.

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

Color convert

RGB184106193-
CMYK0.050.4500.24
HSL293.79º41.23%58.63%-
HSV(B)293.79º45.08%75.69%-
XYZ34.5524.3553.33-
YUV139.24158.34159.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=38.10%
G=21.95%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841061930.050.4500.24293.7941.2358.63
HexB86AC152D018126293b
Octal2701523015550304465173
Binary10111000110101011000001101101101011000100100110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AC1; }

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

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

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

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

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

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

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

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