#B976BE

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

Shades of Fuchsia #B976BE

Tints of Fuchsia #B976BE

Color information

#B976BE (or 0xB976BE) is unknown color: approx Fuchsia. HEX triplet: B9, 76 and BE. RGB value is (185,118,190). Sum of RGB (Red+Green+Blue) = 185+118+190=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #B976BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976BE is #468941. Grayscale: #929292. Windows color (decimal): -4622658 or 12482233. OLE color: 12482233.

HSL color Cylindrical-coordinate representation of color #B976BE: hue angle of 295.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B976BE is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185118190-
CMYK0.030.3800.25
HSL295.83º35.64%60.39%-
HSV(B)295.83º37.89%74.51%-
XYZ35.7826.9952.04-
YUV146.24152.7155.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=37.53%
G=23.94%
B=38.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851181900.030.3800.25295.8335.6460.39
HexB976BE326019128243c
Octal2711662763460314504474
Binary1011100111101101011111011100110011001100101000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976BE; }

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

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

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

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

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

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

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

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