#B76EBB

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

Shades of Fuchsia #B76EBB

Tints of Fuchsia #B76EBB

Color information

#B76EBB (or 0xB76EBB) is unknown color: approx Fuchsia. HEX triplet: B7, 6E and BB. RGB value is (183,110,187). Sum of RGB (Red+Green+Blue) = 183+110+187=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #B76EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EBB is #489144. Grayscale: #8C8C8C. Windows color (decimal): -4755781 or 12283575. OLE color: 12283575.

HSL color Cylindrical-coordinate representation of color #B76EBB: hue angle of 296.88º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76EBB is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183110187-
CMYK0.020.4100.27
HSL296.88º36.15%58.24%-
HSV(B)296.88º41.18%73.33%-
XYZ34.0724.8150.01-
YUV140.6154.18158.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=38.12%
G=22.92%
B=38.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831101870.020.4100.27296.8836.1558.24
HexB76EBB22901B129243a
Octal2671562732510334514472
Binary1011011111011101011101110101001011011100101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76EBB; }

 p { color: rgb(183,110,187); }

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

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

 a { background-color: rgb(183,110,187); }

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

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

 span { border-color: rgb(183,110,187); }

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