#B86ABA

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

Shades of Fuchsia #B86ABA

Tints of Fuchsia #B86ABA

Color information

#B86ABA (or 0xB86ABA) is unknown color: approx Fuchsia. HEX triplet: B8, 6A and BA. RGB value is (184,106,186). Sum of RGB (Red+Green+Blue) = 184+106+186=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #B86ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ABA is #479545. Grayscale: #8A8A8A. Windows color (decimal): -4691270 or 12217016. OLE color: 12217016.

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

Color convert

RGB184106186-
CMYK0.010.4300.27
HSL298.5º36.7%57.25%-
HSV(B)298.5º43.01%72.94%-
XYZ33.7824.0449.31-
YUV138.44154.84160.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=38.66%
G=22.27%
B=39.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841061860.010.4300.27298.536.757.25
HexB86ABA12B01B12a2539
Octal2701522721530334524571
Binary101110001101010101110101101011011011100101010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86ABA; }

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

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

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

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

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

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

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

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