#BF77C0

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

Shades of Fuchsia #BF77C0

Tints of Fuchsia #BF77C0

Color information

#BF77C0 (or 0xBF77C0) is unknown color: approx Fuchsia. HEX triplet: BF, 77 and C0. RGB value is (191,119,192). Sum of RGB (Red+Green+Blue) = 191+119+192=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF77C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77C0 is #40883F. Grayscale: #949494. Windows color (decimal): -4229184 or 12613567. OLE color: 12613567.

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

Color convert

RGB191119192-
CMYK0.010.3800.25
HSL299.18º36.68%60.98%-
HSV(B)299.18º38.02%75.29%-
XYZ37.628.0853.31-
YUV148.85152.35158.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 119 (46.88% from 255) = 23.71%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=38.05%
G=23.71%
B=38.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911191920.010.3800.25299.1836.6860.98
HexBF77C012601912b253d
Octal2771673001460314534575
Binary101111111110111110000001100110011001100101011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77C0; }

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

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

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

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

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

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

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

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