#B76CB9

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

Shades of Fuchsia #B76CB9

Tints of Fuchsia #B76CB9

Color information

#B76CB9 (or 0xB76CB9) is unknown color: approx Fuchsia. HEX triplet: B7, 6C and B9. RGB value is (183,108,185). Sum of RGB (Red+Green+Blue) = 183+108+185=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #B76CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CB9 is #489346. Grayscale: #8A8A8A. Windows color (decimal): -4756295 or 12151991. OLE color: 12151991.

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

Color convert

RGB183108185-
CMYK0.010.4200.27
HSL298.44º35.48%57.45%-
HSV(B)298.44º41.62%72.55%-
XYZ33.6524.348.81-
YUV139.2153.85159.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 185 (72.66% from 255) = 38.87%
R=38.45%
G=22.69%
B=38.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831081850.010.4200.27298.4435.4857.45
HexB76CB912A01B12a2339
Octal2671542711520334524371
Binary101101111101100101110011101010011011100101010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76CB9; }

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

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

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

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

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

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

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

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