#B86CB5

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

Shades of Fuchsia #B86CB5

Tints of Fuchsia #B86CB5

Color information

#B86CB5 (or 0xB86CB5) is unknown color: approx Fuchsia. HEX triplet: B8, 6C and B5. RGB value is (184,108,181). Sum of RGB (Red+Green+Blue) = 184+108+181=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B86CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CB5 is #47934A. Grayscale: #8A8A8A. Windows color (decimal): -4690763 or 11889848. OLE color: 11889848.

HSL color Cylindrical-coordinate representation of color #B86CB5: hue angle of 302.37º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86CB5 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184108181-
CMYK00.410.020.28
HSL302.37º34.86%57.25%-
HSV(B)302.37º41.3%72.16%-
XYZ33.4724.2546.63-
YUV139.05151.68160.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 108 (42.58% from 255) = 22.83%
BLUE value IS 181 (71.09% from 255) = 38.27%
R=38.90%
G=22.83%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410818100.410.020.28302.3734.8657.25
HexB86CB502921C12e2339
Octal2701542650512344564371
Binary1011100011011001011010101010011011100100101110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86CB5; }

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

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

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

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

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

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

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

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