#B76FB3

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

Shades of Fuchsia #B76FB3

Tints of Fuchsia #B76FB3

Color information

#B76FB3 (or 0xB76FB3) is unknown color: approx Fuchsia. HEX triplet: B7, 6F and B3. RGB value is (183,111,179). Sum of RGB (Red+Green+Blue) = 183+111+179=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FB3 is #48904C. Grayscale: #8C8C8C. Windows color (decimal): -4755533 or 11759543. OLE color: 11759543.

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

Color convert

RGB183111179-
CMYK00.390.020.28
HSL303.33º33.33%57.65%-
HSV(B)303.33º39.34%71.76%-
XYZ33.3524.6945.66-
YUV140.28149.85158.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 111 (43.75% from 255) = 23.47%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=38.69%
G=23.47%
B=37.84%

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
Decimal18311117900.390.020.28303.3333.3357.65
HexB76FB302721C12f213a
Octal2671572630472344574172
Binary1011011111011111011001101001111011100100101111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FB3; }

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

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

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

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

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

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

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

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