#B977BE

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

Shades of Fuchsia #B977BE

Tints of Fuchsia #B977BE

Color information

#B977BE (or 0xB977BE) is unknown color: approx Fuchsia. HEX triplet: B9, 77 and BE. RGB value is (185,119,190). Sum of RGB (Red+Green+Blue) = 185+119+190=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #B977BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977BE is #468841. Grayscale: #929292. Windows color (decimal): -4622402 or 12482489. OLE color: 12482489.

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

Color convert

RGB185119190-
CMYK0.030.3700.25
HSL295.77º35.32%60.59%-
HSV(B)295.77º37.37%74.51%-
XYZ35.927.2352.08-
YUV146.83152.37155.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=37.45%
G=24.09%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851191900.030.3700.25295.7735.3260.59
HexB977BE325019128233d
Octal2711672763450314504375
Binary1011100111101111011111011100101011001100101000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977BE; }

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

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

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

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

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

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

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

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