#B86BB7

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

Shades of Fuchsia #B86BB7

Tints of Fuchsia #B86BB7

Color information

#B86BB7 (or 0xB86BB7) is unknown color: approx Fuchsia. HEX triplet: B8, 6B and B7. RGB value is (184,107,183). Sum of RGB (Red+Green+Blue) = 184+107+183=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B86BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BB7 is #479448. Grayscale: #8A8A8A. Windows color (decimal): -4691017 or 12020664. OLE color: 12020664.

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

Color convert

RGB184107183-
CMYK00.420.010.28
HSL300.78º35.16%57.06%-
HSV(B)300.78º41.85%72.16%-
XYZ33.5724.1247.69-
YUV138.69153.01160.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 107 (42.19% from 255) = 22.57%
BLUE value IS 183 (71.88% from 255) = 38.61%
R=38.82%
G=22.57%
B=38.61%

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
Decimal18410718300.420.010.28300.7835.1657.06
HexB86BB702A11C12d2339
Octal2701532670521344554371
Binary101110001101011101101110101010111100100101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BB7; }

 p { color: rgb(184,107,183); }

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

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

 a { background-color: rgb(184,107,183); }

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

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

 span { border-color: rgb(184,107,183); }

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