#BF77BC

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

Shades of Fuchsia #BF77BC

Tints of Fuchsia #BF77BC

Color information

#BF77BC (or 0xBF77BC) is unknown color: approx Fuchsia. HEX triplet: BF, 77 and BC. RGB value is (191,119,188). Sum of RGB (Red+Green+Blue) = 191+119+188=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77BC is #408843. Grayscale: #949494. Windows color (decimal): -4229188 or 12351423. OLE color: 12351423.

HSL color Cylindrical-coordinate representation of color #BF77BC: hue angle of 302.5º 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 #BF77BC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191119188-
CMYK00.380.020.25
HSL302.5º36%60.78%-
HSV(B)302.5º37.7%74.9%-
XYZ37.1627.951-
YUV148.39150.35158.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 119 (46.88% from 255) = 23.90%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=38.35%
G=23.90%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111918800.380.020.25302.53660.78
HexBF77BC02621912e243d
Octal2771672740462314564475
Binary1011111111101111011110001001101011001100101110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77BC; }

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

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

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

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

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

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

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

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