#B86CBB

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

Shades of Fuchsia #B86CBB

Tints of Fuchsia #B86CBB

Color information

#B86CBB (or 0xB86CBB) is unknown color: approx Fuchsia. HEX triplet: B8, 6C and BB. RGB value is (184,108,187). Sum of RGB (Red+Green+Blue) = 184+108+187=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #B86CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CBB is #479344. Grayscale: #8B8B8B. Windows color (decimal): -4690757 or 12283064. OLE color: 12283064.

HSL color Cylindrical-coordinate representation of color #B86CBB: hue angle of 297.72º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86CBB is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184108187-
CMYK0.020.4200.27
HSL297.72º36.74%57.84%-
HSV(B)297.72º42.25%73.33%-
XYZ34.124.549.95-
YUV139.73154.68159.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=38.41%
G=22.55%
B=39.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841081870.020.4200.27297.7236.7457.84
HexB86CBB22A01B12a253a
Octal2701542732520334524572
Binary1011100011011001011101110101010011011100101010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86CBB; }

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

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

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

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

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

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

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

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