#B977BD

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

Shades of Fuchsia #B977BD

Tints of Fuchsia #B977BD

Color information

#B977BD (or 0xB977BD) is unknown color: approx Fuchsia. HEX triplet: B9, 77 and BD. RGB value is (185,119,189). Sum of RGB (Red+Green+Blue) = 185+119+189=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #B977BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977BD is #468842. Grayscale: #929292. Windows color (decimal): -4622403 or 12416953. OLE color: 12416953.

HSL color Cylindrical-coordinate representation of color #B977BD: hue angle of 296.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B977BD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185119189-
CMYK0.020.3700.26
HSL296.57º34.65%60.39%-
HSV(B)296.57º37.04%74.12%-
XYZ35.7927.1851.5-
YUV146.71151.87155.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=37.53%
G=24.14%
B=38.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851191890.020.3700.26296.5734.6560.39
HexB977BD22501A129233c
Octal2711672752450324514374
Binary1011100111101111011110110100101011010100101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977BD; }

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

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

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

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

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

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

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

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