#B86BB5

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

Shades of Fuchsia #B86BB5

Tints of Fuchsia #B86BB5

Color information

#B86BB5 (or 0xB86BB5) is unknown color: approx Fuchsia. HEX triplet: B8, 6B and B5. RGB value is (184,107,181). Sum of RGB (Red+Green+Blue) = 184+107+181=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B86BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BB5 is #47944A. Grayscale: #8A8A8A. Windows color (decimal): -4691019 or 11889592. OLE color: 11889592.

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

Color convert

RGB184107181-
CMYK00.420.020.28
HSL302.34º35.16%57.06%-
HSV(B)302.34º41.85%72.16%-
XYZ33.3724.0446.6-
YUV138.46152.01160.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 107 (42.19% from 255) = 22.67%
BLUE value IS 181 (71.09% from 255) = 38.35%
R=38.98%
G=22.67%
B=38.35%

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
Decimal18410718100.420.020.28302.3435.1657.06
HexB86BB502A21C12e2339
Octal2701532650522344564371
Binary1011100011010111011010101010101011100100101110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BB5; }

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

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

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

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

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

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

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

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