#B76FBF

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

Shades of Fuchsia #B76FBF

Tints of Fuchsia #B76FBF

Color information

#B76FBF (or 0xB76FBF) is unknown color: approx Fuchsia. HEX triplet: B7, 6F and BF. RGB value is (183,111,191). Sum of RGB (Red+Green+Blue) = 183+111+191=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #B76FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FBF is #489040. Grayscale: #8D8D8D. Windows color (decimal): -4755521 or 12545975. OLE color: 12545975.

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

Color convert

RGB183111191-
CMYK0.040.4200.25
HSL294º38.46%59.22%-
HSV(B)294º41.88%74.9%-
XYZ34.6225.252.33-
YUV141.65155.85157.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 191 (75% from 255) = 39.38%
R=37.73%
G=22.89%
B=39.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831111910.040.4200.2529438.4659.22
HexB76FBF42A019126263b
Octal2671572774520314464673
Binary10110111110111110111111100101010011001100100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FBF; }

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

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

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

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

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

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

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

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