#B76FB5

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

Shades of Fuchsia #B76FB5

Tints of Fuchsia #B76FB5

Color information

#B76FB5 (or 0xB76FB5) is unknown color: approx Fuchsia. HEX triplet: B7, 6F and B5. RGB value is (183,111,181). Sum of RGB (Red+Green+Blue) = 183+111+181=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FB5 is #48904A. Grayscale: #8C8C8C. Windows color (decimal): -4755531 or 11890615. OLE color: 11890615.

HSL color Cylindrical-coordinate representation of color #B76FB5: hue angle of 301.67º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76FB5 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183111181-
CMYK00.390.010.28
HSL301.67º33.33%57.65%-
HSV(B)301.67º39.34%71.76%-
XYZ33.5524.7746.73-
YUV140.51150.85158.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=38.53%
G=23.37%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311118100.390.010.28301.6733.3357.65
HexB76FB502711C12e213a
Octal2671572650471344564172
Binary101101111101111101101010100111111100100101110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FB5; }

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

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

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

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

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

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

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

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