#B86AAE

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

Shades of Fuchsia #B86AAE

Tints of Fuchsia #B86AAE

Color information

#B86AAE (or 0xB86AAE) is unknown color: approx Fuchsia. HEX triplet: B8, 6A and AE. RGB value is (184,106,174). Sum of RGB (Red+Green+Blue) = 184+106+174=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B86AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86AAE is #479551. Grayscale: #888888. Windows color (decimal): -4691282 or 11430584. OLE color: 11430584.

HSL color Cylindrical-coordinate representation of color #B86AAE: hue angle of 307.69º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86AAE is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184106174-
CMYK00.420.050.28
HSL307.69º35.45%56.86%-
HSV(B)307.69º42.39%72.16%-
XYZ32.5623.5542.87-
YUV137.07148.84161.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=39.66%
G=22.84%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410617400.420.050.28307.6935.4556.86
HexB86AAE02A51C1342339
Octal2701522560525344644371
Binary10111000110101010101110010101010111100100110100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AAE; }

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

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

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

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

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

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

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

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