#B86FBA

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

Shades of Fuchsia #B86FBA

Tints of Fuchsia #B86FBA

Color information

#B86FBA (or 0xB86FBA) is unknown color: approx Fuchsia. HEX triplet: B8, 6F and BA. RGB value is (184,111,186). Sum of RGB (Red+Green+Blue) = 184+111+186=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B86FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FBA is #479045. Grayscale: #8D8D8D. Windows color (decimal): -4689990 or 12218296. OLE color: 12218296.

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

Color convert

RGB184111186-
CMYK0.010.4000.27
HSL298.4º35.21%58.24%-
HSV(B)298.4º40.32%72.94%-
XYZ34.3125.149.49-
YUV141.38153.18158.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.25%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=38.25%
G=23.08%
B=38.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841111860.010.4000.27298.435.2158.24
HexB86FBA12801B12a233a
Octal2701572721500334524372
Binary101110001101111101110101101000011011100101010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FBA; }

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

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

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

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

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

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

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

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