#B976BA

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

Shades of Fuchsia #B976BA

Tints of Fuchsia #B976BA

Color information

#B976BA (or 0xB976BA) is unknown color: approx Fuchsia. HEX triplet: B9, 76 and BA. RGB value is (185,118,186). Sum of RGB (Red+Green+Blue) = 185+118+186=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #B976BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976BA is #468945. Grayscale: #919191. Windows color (decimal): -4622662 or 12220089. OLE color: 12220089.

HSL color Cylindrical-coordinate representation of color #B976BA: hue angle of 299.12º 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 #B976BA is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185118186-
CMYK0.010.3700.27
HSL299.12º33.01%59.61%-
HSV(B)299.12º36.56%72.94%-
XYZ35.3526.8249.77-
YUV145.78150.7155.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=37.83%
G=24.13%
B=38.04%

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
Decimal1851181860.010.3700.27299.1233.0159.61
HexB976BA12501B12b213c
Octal2711662721450334534174
Binary101110011110110101110101100101011011100101011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976BA; }

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

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

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

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

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

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

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

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