#BF77BF

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

Shades of Fuchsia #BF77BF

Tints of Fuchsia #BF77BF

Color information

#BF77BF (or 0xBF77BF) is unknown color: approx Fuchsia. HEX triplet: BF, 77 and BF. RGB value is (191,119,191). Sum of RGB (Red+Green+Blue) = 191+119+191=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77BF is #408840. Grayscale: #949494. Windows color (decimal): -4229185 or 12548031. OLE color: 12548031.

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

Color convert

RGB191119191-
CMYK00.3800.25
HSL300º36%60.78%-
HSV(B)300º37.7%74.9%-
XYZ37.4928.0352.73-
YUV148.74151.85158.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 119 (46.88% from 255) = 23.75%
BLUE value IS 191 (75% from 255) = 38.12%
R=38.12%
G=23.75%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111919100.3800.253003660.78
HexBF77BF02601912c243d
Octal2771672770460314544475
Binary101111111110111101111110100110011001100101100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77BF; }

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

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

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

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

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

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

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

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