#b76bb2

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

Shades of Fuchsia #B76BB2

Tints of Fuchsia #B76BB2

Color information

#B76BB2 (or 0xB76BB2) is unknown color: approx Fuchsia. HEX triplet: B7, 6B and B2. RGB value is (183,107,178). Sum of RGB (Red+Green+Blue) = 183+107+178=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B76BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76BB2 is #48944D. Grayscale: #898989. Windows color (decimal): -4756558 or 11692983. OLE color: 11692983.

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

Color convert

RGB183107178-
CMYK00.420.030.28
HSL303.95º34.55%56.86%-
HSV(B)303.95º41.53%71.76%-
XYZ32.8223.844.98-
YUV137.82150.68160.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 178 (69.92% from 255) = 38.03%
R=39.10%
G=22.86%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310717800.420.030.28303.9534.5556.86
HexB76BB202A31C1302339
Octal2671532620523344604371
Binary1011011111010111011001001010101111100100110000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76bb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76bb2; }

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

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

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

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

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

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

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

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