#B86ABB

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

Shades of Fuchsia #B86ABB

Tints of Fuchsia #B86ABB

Color information

#B86ABB (or 0xB86ABB) is unknown color: approx Fuchsia. HEX triplet: B8, 6A and BB. RGB value is (184,106,187). Sum of RGB (Red+Green+Blue) = 184+106+187=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #B86ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ABB is #479544. Grayscale: #8A8A8A. Windows color (decimal): -4691269 or 12282552. OLE color: 12282552.

HSL color Cylindrical-coordinate representation of color #B86ABB: hue angle of 297.78º 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 #B86ABB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184106187-
CMYK0.020.4300.27
HSL297.78º37.33%57.45%-
HSV(B)297.78º43.32%73.33%-
XYZ33.8924.0949.88-
YUV138.56155.34160.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=38.57%
G=22.22%
B=39.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841061870.020.4300.27297.7837.3357.45
HexB86ABB22B01B12a2539
Octal2701522732530334524571
Binary1011100011010101011101110101011011011100101010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86ABB; }

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

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

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

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

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

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

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

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