#B86CC1

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

Shades of Fuchsia #B86CC1

Tints of Fuchsia #B86CC1

Color information

#B86CC1 (or 0xB86CC1) is unknown color: approx Fuchsia. HEX triplet: B8, 6C and C1. RGB value is (184,108,193). Sum of RGB (Red+Green+Blue) = 184+108+193=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #B86CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CC1 is #47933E. Grayscale: #8C8C8C. Windows color (decimal): -4690751 or 12676280. OLE color: 12676280.

HSL color Cylindrical-coordinate representation of color #B86CC1: hue angle of 293.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B86CC1 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184108193-
CMYK0.050.4400.24
HSL293.65º40.67%59.02%-
HSV(B)293.65º44.04%75.69%-
XYZ34.7624.7753.4-
YUV140.41157.68159.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 108 (42.58% from 255) = 22.27%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=37.94%
G=22.27%
B=39.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841081930.050.4400.24293.6540.6759.02
HexB86CC152C018126293b
Octal2701543015540304465173
Binary10111000110110011000001101101100011000100100110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86CC1; }

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

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

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

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

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

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

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

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