#B76DB9

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

Shades of Fuchsia #B76DB9

Tints of Fuchsia #B76DB9

Color information

#B76DB9 (or 0xB76DB9) is unknown color: approx Fuchsia. HEX triplet: B7, 6D and B9. RGB value is (183,109,185). Sum of RGB (Red+Green+Blue) = 183+109+185=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #B76DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DB9 is #489246. Grayscale: #8B8B8B. Windows color (decimal): -4756039 or 12152247. OLE color: 12152247.

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

Color convert

RGB183109185-
CMYK0.010.4100.27
HSL298.42º35.19%57.65%-
HSV(B)298.42º41.08%72.55%-
XYZ33.7524.5148.85-
YUV139.79153.52158.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 185 (72.66% from 255) = 38.78%
R=38.36%
G=22.85%
B=38.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831091850.010.4100.27298.4235.1957.65
HexB76DB912901B12a233a
Octal2671552711510334524372
Binary101101111101101101110011101001011011100101010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76DB9; }

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

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

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

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

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

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

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

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