#B776BA

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

Shades of Fuchsia #B776BA

Tints of Fuchsia #B776BA

Color information

#B776BA (or 0xB776BA) is unknown color: approx Fuchsia. HEX triplet: B7, 76 and BA. RGB value is (183,118,186). Sum of RGB (Red+Green+Blue) = 183+118+186=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #B776BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776BA is #488945. Grayscale: #909090. Windows color (decimal): -4753734 or 12220087. OLE color: 12220087.

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

Color convert

RGB183118186-
CMYK0.020.3700.27
HSL297.35º33.01%59.61%-
HSV(B)297.35º36.56%72.94%-
XYZ34.8726.5749.74-
YUV145.19151.03154.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=37.58%
G=24.23%
B=38.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831181860.020.3700.27297.3533.0159.61
HexB776BA22501B129213c
Octal2671662722450334514174
Binary1011011111101101011101010100101011011100101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B776BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B776BA; }

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

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

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

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

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

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

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

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