#B86BBB

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

Shades of Fuchsia #B86BBB

Tints of Fuchsia #B86BBB

Color information

#B86BBB (or 0xB86BBB) is unknown color: approx Fuchsia. HEX triplet: B8, 6B and BB. RGB value is (184,107,187). Sum of RGB (Red+Green+Blue) = 184+107+187=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #B86BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BBB is #479444. Grayscale: #8A8A8A. Windows color (decimal): -4691013 or 12282808. OLE color: 12282808.

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

Color convert

RGB184107187-
CMYK0.020.4300.27
HSL297.75º37.04%57.65%-
HSV(B)297.75º42.78%73.33%-
XYZ33.9924.2949.91-
YUV139.14155.01160-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=38.49%
G=22.38%
B=39.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841071870.020.4300.27297.7537.0457.65
HexB86BBB22B01B12a253a
Octal2701532732530334524572
Binary1011100011010111011101110101011011011100101010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BBB; }

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

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

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

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

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

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

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

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