#B76DB7

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

Shades of Fuchsia #B76DB7

Tints of Fuchsia #B76DB7

Color information

#B76DB7 (or 0xB76DB7) is unknown color: approx Fuchsia. HEX triplet: B7, 6D and B7. RGB value is (183,109,183). Sum of RGB (Red+Green+Blue) = 183+109+183=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B76DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DB7 is #489248. Grayscale: #8B8B8B. Windows color (decimal): -4756041 or 12021175. OLE color: 12021175.

HSL color Cylindrical-coordinate representation of color #B76DB7: hue angle of 300º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76DB7 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB183109183-
CMYK00.4000.28
HSL300º33.94%57.25%-
HSV(B)300º40.44%71.76%-
XYZ33.5424.4247.75-
YUV139.56152.52158.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=38.53%
G=22.95%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310918300.4000.2830033.9457.25
HexB76DB702801C12c2239
Octal2671552670500344544271
Binary101101111101101101101110101000011100100101100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76DB7; }

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

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

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

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

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

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

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

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