#B86BBD

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

Shades of Fuchsia #B86BBD

Tints of Fuchsia #B86BBD

Color information

#B86BBD (or 0xB86BBD) is unknown color: approx Fuchsia. HEX triplet: B8, 6B and BD. RGB value is (184,107,189). Sum of RGB (Red+Green+Blue) = 184+107+189=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #B86BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BBD is #479442. Grayscale: #8B8B8B. Windows color (decimal): -4691011 or 12413880. OLE color: 12413880.

HSL color Cylindrical-coordinate representation of color #B86BBD: hue angle of 296.34º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B86BBD is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184107189-
CMYK0.030.4300.26
HSL296.34º38.32%58.04%-
HSV(B)296.34º43.39%74.12%-
XYZ34.2124.3851.05-
YUV139.37156.01159.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 107 (42.19% from 255) = 22.29%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=38.33%
G=22.29%
B=39.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841071890.030.4300.26296.3438.3258.04
HexB86BBD32B01A128263a
Octal2701532753530324504672
Binary1011100011010111011110111101011011010100101000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BBD; }

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

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

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

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

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

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

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

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