#B876BA

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

Shades of Fuchsia #B876BA

Tints of Fuchsia #B876BA

Color information

#B876BA (or 0xB876BA) is unknown color: approx Fuchsia. HEX triplet: B8, 76 and BA. RGB value is (184,118,186). Sum of RGB (Red+Green+Blue) = 184+118+186=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #B876BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876BA is #478945. Grayscale: #919191. Windows color (decimal): -4688198 or 12220088. OLE color: 12220088.

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

Color convert

RGB184118186-
CMYK0.010.3700.27
HSL298.24º33.01%59.61%-
HSV(B)298.24º36.56%72.94%-
XYZ35.1126.6949.76-
YUV145.49150.87155.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=37.70%
G=24.18%
B=38.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841181860.010.3700.27298.2433.0159.61
HexB876BA12501B12a213c
Octal2701662721450334524174
Binary101110001110110101110101100101011011100101010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B876BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B876BA; }

 p { color: rgb(184,118,186); }

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

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

 a { background-color: rgb(184,118,186); }

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

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

 span { border-color: rgb(184,118,186); }

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