#B86BB1

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

Shades of Fuchsia #B86BB1

Tints of Fuchsia #B86BB1

Color information

#B86BB1 (or 0xB86BB1) is unknown color: approx Fuchsia. HEX triplet: B8, 6B and B1. RGB value is (184,107,177). Sum of RGB (Red+Green+Blue) = 184+107+177=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B86BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86BB1 is #47944E. Grayscale: #898989. Windows color (decimal): -4691023 or 11627448. OLE color: 11627448.

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

Color convert

RGB184107177-
CMYK00.420.040.28
HSL305.45º35.16%57.06%-
HSV(B)305.45º41.85%72.16%-
XYZ32.9623.8844.47-
YUV138150.01160.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 177 (69.53% from 255) = 37.82%
R=39.32%
G=22.86%
B=37.82%

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
Decimal18410717700.420.040.28305.4535.1657.06
HexB86BB102A41C1312339
Octal2701532610524344614371
Binary10111000110101110110001010101010011100100110001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BB1; }

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

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

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

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

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

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

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

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