#BF77C1

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

Shades of Fuchsia #BF77C1

Tints of Fuchsia #BF77C1

Color information

#BF77C1 (or 0xBF77C1) is unknown color: approx Fuchsia. HEX triplet: BF, 77 and C1. RGB value is (191,119,193). Sum of RGB (Red+Green+Blue) = 191+119+193=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF77C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77C1 is #40883E. Grayscale: #949494. Windows color (decimal): -4229183 or 12679103. OLE color: 12679103.

HSL color Cylindrical-coordinate representation of color #BF77C1: hue angle of 298.38º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF77C1 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191119193-
CMYK0.010.3800.24
HSL298.38º37.37%61.18%-
HSV(B)298.38º38.34%75.69%-
XYZ37.7128.1253.89-
YUV148.96152.85157.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 193 (75.78% from 255) = 38.37%
R=37.97%
G=23.66%
B=38.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911191930.010.3800.24298.3837.3761.18
HexBF77C112601812a253d
Octal2771673011460304524575
Binary101111111110111110000011100110011000100101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77C1; }

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

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

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

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

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

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

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

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