#B86AB0

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

Shades of Fuchsia #B86AB0

Tints of Fuchsia #B86AB0

Color information

#B86AB0 (or 0xB86AB0) is unknown color: approx Fuchsia. HEX triplet: B8, 6A and B0. RGB value is (184,106,176). Sum of RGB (Red+Green+Blue) = 184+106+176=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B86AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86AB0 is #47954F. Grayscale: #898989. Windows color (decimal): -4691280 or 11561656. OLE color: 11561656.

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

Color convert

RGB184106176-
CMYK00.420.040.28
HSL306.15º35.45%56.86%-
HSV(B)306.15º42.39%72.16%-
XYZ32.7623.6343.91-
YUV137.3149.84161.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=39.48%
G=22.75%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410617600.420.040.28306.1535.4556.86
HexB86AB002A41C1322339
Octal2701522600524344624371
Binary10111000110101010110000010101010011100100110010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AB0; }

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

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

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

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

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

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

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

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