#B76FB9

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

Shades of Fuchsia #B76FB9

Tints of Fuchsia #B76FB9

Color information

#B76FB9 (or 0xB76FB9) is unknown color: approx Fuchsia. HEX triplet: B7, 6F and B9. RGB value is (183,111,185). Sum of RGB (Red+Green+Blue) = 183+111+185=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #B76FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FB9 is #489046. Grayscale: #8C8C8C. Windows color (decimal): -4755527 or 12152759. OLE color: 12152759.

HSL color Cylindrical-coordinate representation of color #B76FB9: hue angle of 298.38º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76FB9 is Cyan = 0.01, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183111185-
CMYK0.010.400.27
HSL298.38º34.58%58.04%-
HSV(B)298.38º40%72.55%-
XYZ33.9724.9448.92-
YUV140.96152.85157.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 111 (43.75% from 255) = 23.17%
BLUE value IS 185 (72.66% from 255) = 38.62%
R=38.20%
G=23.17%
B=38.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831111850.010.400.27298.3834.5858.04
HexB76FB912801B12a233a
Octal2671572711500334524372
Binary101101111101111101110011101000011011100101010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FB9; }

 p { color: rgb(183,111,185); }

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

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

 a { background-color: rgb(183,111,185); }

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

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

 span { border-color: rgb(183,111,185); }

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