#BB77BF

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

Shades of Fuchsia #BB77BF

Tints of Fuchsia #BB77BF

Color information

#BB77BF (or 0xBB77BF) is unknown color: approx Fuchsia. HEX triplet: BB, 77 and BF. RGB value is (187,119,191). Sum of RGB (Red+Green+Blue) = 187+119+191=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77BF is #448840. Grayscale: #939393. Windows color (decimal): -4491329 or 12548027. OLE color: 12548027.

HSL color Cylindrical-coordinate representation of color #BB77BF: hue angle of 296.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB77BF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187119191-
CMYK0.020.3800.25
HSL296.67º36%60.78%-
HSV(B)296.67º37.7%74.9%-
XYZ36.4927.5252.68-
YUV147.54152.53156.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 119 (46.88% from 255) = 23.94%
BLUE value IS 191 (75% from 255) = 38.43%
R=37.63%
G=23.94%
B=38.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871191910.020.3800.25296.673660.78
HexBB77BF226019129243d
Octal2731672772460314514475
Binary1011101111101111011111110100110011001100101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB77BF; }

 p { color: rgb(187,119,191); }

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

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

 a { background-color: rgb(187,119,191); }

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

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

 span { border-color: rgb(187,119,191); }

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