#B76BBF

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

Shades of Fuchsia #B76BBF

Tints of Fuchsia #B76BBF

Color information

#B76BBF (or 0xB76BBF) is unknown color: approx Fuchsia. HEX triplet: B7, 6B and BF. RGB value is (183,107,191). Sum of RGB (Red+Green+Blue) = 183+107+191=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #B76BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BBF is #489440. Grayscale: #8B8B8B. Windows color (decimal): -4756545 or 12544951. OLE color: 12544951.

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

Color convert

RGB183107191-
CMYK0.040.4400.25
HSL294.29º39.62%58.43%-
HSV(B)294.29º43.98%74.9%-
XYZ34.1924.3452.19-
YUV139.3157.18159.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.05%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 191 (75% from 255) = 39.71%
R=38.05%
G=22.25%
B=39.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831071910.040.4400.25294.2939.6258.43
HexB76BBF42C019126283a
Octal2671532774540314465072
Binary10110111110101110111111100101100011001100100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76BBF; }

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

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

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

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

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

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

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

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