#B86FB3

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

Shades of Fuchsia #B86FB3

Tints of Fuchsia #B86FB3

Color information

#B86FB3 (or 0xB86FB3) is unknown color: approx Fuchsia. HEX triplet: B8, 6F and B3. RGB value is (184,111,179). Sum of RGB (Red+Green+Blue) = 184+111+179=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B86FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FB3 is #47904C. Grayscale: #8C8C8C. Windows color (decimal): -4689997 or 11759544. OLE color: 11759544.

HSL color Cylindrical-coordinate representation of color #B86FB3: hue angle of 304.11º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86FB3 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB184111179-
CMYK00.400.030.28
HSL304.11º33.95%57.84%-
HSV(B)304.11º39.67%72.16%-
XYZ33.5924.8145.67-
YUV140.58149.68158.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 111 (43.75% from 255) = 23.42%
BLUE value IS 179 (70.31% from 255) = 37.76%
R=38.82%
G=23.42%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411117900.400.030.28304.1133.9557.84
HexB86FB302831C130223a
Octal2701572630503344604272
Binary1011100011011111011001101010001111100100110000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FB3; }

 p { color: rgb(184,111,179); }

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

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

 a { background-color: rgb(184,111,179); }

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

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

 span { border-color: rgb(184,111,179); }

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