#B86AB6

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

Shades of Fuchsia #B86AB6

Tints of Fuchsia #B86AB6

Color information

#B86AB6 (or 0xB86AB6) is unknown color: approx Fuchsia. HEX triplet: B8, 6A and B6. RGB value is (184,106,182). Sum of RGB (Red+Green+Blue) = 184+106+182=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B86AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86AB6 is #479549. Grayscale: #898989. Windows color (decimal): -4691274 or 11954872. OLE color: 11954872.

HSL color Cylindrical-coordinate representation of color #B86AB6: hue angle of 301.54º 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 #B86AB6 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB184106182-
CMYK00.420.010.28
HSL301.54º35.45%56.86%-
HSV(B)301.54º42.39%72.16%-
XYZ33.3623.8847.11-
YUV137.99152.84160.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 106 (41.80% from 255) = 22.46%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=38.98%
G=22.46%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410618200.420.010.28301.5435.4556.86
HexB86AB602A11C12e2339
Octal2701522660521344564371
Binary101110001101010101101100101010111100100101110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AB6; }

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

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

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

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

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

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

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

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