#B76FB4

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

Shades of Fuchsia #B76FB4

Tints of Fuchsia #B76FB4

Color information

#B76FB4 (or 0xB76FB4) is unknown color: approx Fuchsia. HEX triplet: B7, 6F and B4. RGB value is (183,111,180). Sum of RGB (Red+Green+Blue) = 183+111+180=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FB4 is #48904B. Grayscale: #8C8C8C. Windows color (decimal): -4755532 or 11825079. OLE color: 11825079.

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

Color convert

RGB183111180-
CMYK00.390.020.28
HSL302.5º33.33%57.65%-
HSV(B)302.5º39.34%71.76%-
XYZ33.4524.7346.19-
YUV140.39150.35158.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 111 (43.75% from 255) = 23.42%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=38.61%
G=23.42%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311118000.390.020.28302.533.3357.65
HexB76FB402721C12e213a
Octal2671572640472344564172
Binary1011011111011111011010001001111011100100101110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FB4; }

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

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

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

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

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

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

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

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