#B76EB6

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

Shades of Fuchsia #B76EB6

Tints of Fuchsia #B76EB6

Color information

#B76EB6 (or 0xB76EB6) is unknown color: approx Fuchsia. HEX triplet: B7, 6E and B6. RGB value is (183,110,182). Sum of RGB (Red+Green+Blue) = 183+110+182=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B76EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EB6 is #489149. Grayscale: #8B8B8B. Windows color (decimal): -4755786 or 11955895. OLE color: 11955895.

HSL color Cylindrical-coordinate representation of color #B76EB6: hue angle of 300.82º 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 #B76EB6 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183110182-
CMYK00.400.010.28
HSL300.82º33.64%57.45%-
HSV(B)300.82º39.89%71.76%-
XYZ33.5524.647.24-
YUV140.04151.68158.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=38.53%
G=23.16%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311018200.400.010.28300.8233.6457.45
HexB76EB602811C12d2239
Octal2671562660501344554271
Binary101101111101110101101100101000111100100101101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76EB6; }

 p { color: rgb(183,110,182); }

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

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

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

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

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

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

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