#B76BB4

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

Shades of Fuchsia #B76BB4

Tints of Fuchsia #B76BB4

Color information

#B76BB4 (or 0xB76BB4) is unknown color: approx Fuchsia. HEX triplet: B7, 6B and B4. RGB value is (183,107,180). Sum of RGB (Red+Green+Blue) = 183+107+180=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B76BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BB4 is #48944B. Grayscale: #898989. Windows color (decimal): -4756556 or 11824055. OLE color: 11824055.

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

Color convert

RGB183107180-
CMYK00.420.020.28
HSL302.37º34.55%56.86%-
HSV(B)302.37º41.53%71.76%-
XYZ33.0223.8846.05-
YUV138.05151.68160.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 180 (70.70% from 255) = 38.30%
R=38.94%
G=22.77%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310718000.420.020.28302.3734.5556.86
HexB76BB402A21C12e2339
Octal2671532640522344564371
Binary1011011111010111011010001010101011100100101110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76BB4; }

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

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

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

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

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

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

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

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