#B76ABF

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

Shades of Fuchsia #B76ABF

Tints of Fuchsia #B76ABF

Color information

#B76ABF (or 0xB76ABF) is unknown color: approx Fuchsia. HEX triplet: B7, 6A and BF. RGB value is (183,106,191). Sum of RGB (Red+Green+Blue) = 183+106+191=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #B76ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ABF is #489540. Grayscale: #8A8A8A. Windows color (decimal): -4756801 or 12544695. OLE color: 12544695.

HSL color Cylindrical-coordinate representation of color #B76ABF: hue angle of 294.35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76ABF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183106191-
CMYK0.040.4500.25
HSL294.35º39.91%58.24%-
HSV(B)294.35º44.5%74.9%-
XYZ34.0924.1452.15-
YUV138.71157.51159.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 106 (41.80% from 255) = 22.08%
BLUE value IS 191 (75% from 255) = 39.79%
R=38.12%
G=22.08%
B=39.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831061910.040.4500.25294.3539.9158.24
HexB76ABF42D019126283a
Octal2671522774550314465072
Binary10110111110101010111111100101101011001100100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76ABF; }

 p { color: rgb(183,106,191); }

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

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

 a { background-color: rgb(183,106,191); }

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

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

 span { border-color: rgb(183,106,191); }

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