#B86BB4

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

Shades of Fuchsia #B86BB4

Tints of Fuchsia #B86BB4

Color information

#B86BB4 (or 0xB86BB4) is unknown color: approx Fuchsia. HEX triplet: B8, 6B and B4. RGB value is (184,107,180). Sum of RGB (Red+Green+Blue) = 184+107+180=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B86BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BB4 is #47944B. Grayscale: #8A8A8A. Windows color (decimal): -4691020 or 11824056. OLE color: 11824056.

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

Color convert

RGB184107180-
CMYK00.420.020.28
HSL303.12º35.16%57.06%-
HSV(B)303.12º41.85%72.16%-
XYZ33.262446.06-
YUV138.34151.51160.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=39.07%
G=22.72%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410718000.420.020.28303.1235.1657.06
HexB86BB402A21C12f2339
Octal2701532640522344574371
Binary1011100011010111011010001010101011100100101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BB4; }

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

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

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

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

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

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

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

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